Changes
Page history
prom: rewrite intro
authored
Oct 05, 2024
by
anarcat
Show whitespace changes
Inline
Side-by-side
service/prometheus.md
View page @
16efc60e
[
Prometheus
][]
is a monitoring system that is designed to process a
[
Prometheus
][]
is our monitoring and trending system. It collects
large number of metrics, centralize them on one (or multiple) servers
metrics from all TPA-managed hosts and external services, and sends
and serve them with a well-defined API. That API is queried through a
alerts when out-of-bound conditions occur.
domain-specific language (DSL) called "PromQL" or "Prometheus Query
Language". Prometheus also supports basic graphing capabilities
Prometheus also supports basic graphing capabilities although those
although those are limited enough that we use a separate graphing
are limited enough that we use a separate graphing layer on top (see
layer on top (see
[
Grafana
][]
).
[
Grafana
][]
).
This page also documents auxiliary services connected to Prometheus
like the Karma alerting dashboard and IRC bots.
[
Prometheus
]:
https://prometheus.io/
[
Prometheus
]:
https://prometheus.io/
[
Grafana
]:
howto/grafana
[
Grafana
]:
howto/grafana
...
@@ -13,6 +16,9 @@ layer on top (see [Grafana][]).
...
@@ -13,6 +16,9 @@ layer on top (see [Grafana][]).
# Tutorial
# Tutorial
If you're just getting started with Prometheus, you might want to
follow the
[
training course
](
#training-course-plan
)
or see the
[
web dashboards section
][]
.
## Training course plan
## Training course plan
-
Where can I find documentation? In the wiki, in
[
Prometheus service
-
Where can I find documentation? In the wiki, in
[
Prometheus service
...
...
...
...