Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
docs
Commits
08049763
Commit
08049763
authored
Jan 01, 2016
by
Brian Brazil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add initial glossary
parent
98798346
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
81 additions
and
0 deletions
+81
-0
glossary.md
content/docs/introduction/glossary.md
+81
-0
No files found.
content/docs/introduction/glossary.md
0 → 100644
View file @
08049763
---
title
:
Glossary
sort_rank
:
8
---
# Glossary
### Alert
An alert is the outcome of an alerting rule in Prometheus that is
actively firing. Alerts are sent from Prometheus to the Alertmanager.
### Alertmanager
The
[
Alertmanager
](
../../alerting/overview/
)
takes in alerts, aggregates them into
groups, de-duplicates, applies silences, throttles, and then sends out
notifications to email, Pagerduty, Slack etc.
### Bridge
A bridge is a component that takes samples from a client library and
exposes them to a non-Prometheus monitoring system. For example the Python
client can export metrics to Graphite.
### Client library
A client library is a library in some language (e.g. Go, Java, Python, Ruby)
that makes it easy to directly instrument your code, write custom collectors to
pull metrics from other systems and expose the metrics to Prometheus.
### Collector
A collector is a part of an exporter that represents a set of metrics. It may be
a single metric as part of direct instrumentation, or many metrics if it is pulling
metrics from another system.
### Direct instrumentation
Direct instrumentation is when instrumentation is added inline as part the source code
of a program.
### Exporter
An exporter is a binary that exposes Prometheus metrics, commonly by converting
metrics that are exposed in a non-Prometheus format into a format Prometheus supports.
### Notification
A notification represents a group or one of more alerts, and is sent by the Alertmanager
to email, Pagerduty, Slack etc.
### Promdash
[
Promdash
](
../../visualization/promdash/
)
is a Ruby-on-Rails dashboard builder for Prometheus.
It is similar at a high-level to Grafana, but is specific to Prometheus.
### Prometheus
Prometheus usually refers to the core binary of the Prometheus system. It may
also refer to the Prometheus monitoring system as a whole.
### PromQL
[
PromQL
](
../../querying/basics/
)
is the Prometheus Query Language. It allows for
a wide range of operations including aggregation, slicing and dicing, prediction and joins.
### Pushgateway
The
[
Pushgateway
](
../../instrumenting/pushing/
)
persists the most recent push
of metrics from batch jobs. This allows Prometheus to scrape their metrics
after they have terminated.
### Silence
A silence in the Alertmanager prevents alerts with labels matching the silence from
being included in notifications.
### Target
One application, server or endpoint that Prometheus is scraping.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment