Commit 06015528 authored by Tobias Schmidt's avatar Tobias Schmidt

Reintroduce operating section

This reverts commit af282717.
parent e9b87d3f
...@@ -490,5 +490,5 @@ endpoint: ...@@ -490,5 +490,5 @@ endpoint:
``` ```
There is a list of There is a list of
[integrations](/docs/instrumenting/integrations/#alertmanager-webhook-receiver) with [integrations](/docs/operating/integrations/#alertmanager-webhook-receiver) with
this feature. this feature.
---
title: Operating
sort_rank: 5
nav_icon: cog
---
--- ---
title: Integrations title: Integrations
sort_rank: 7 sort_rank: 5
--- ---
# Integrations # Integrations
...@@ -10,6 +10,7 @@ In addition to [client libraries](/docs/instrumenting/clientlibs/) and ...@@ -10,6 +10,7 @@ In addition to [client libraries](/docs/instrumenting/clientlibs/) and
numerous other generic integration points in Prometheus. This page lists some numerous other generic integration points in Prometheus. This page lists some
of the integrations with these. of the integrations with these.
Not all integrations are listed here, due to overlapping functionality or still Not all integrations are listed here, due to overlapping functionality or still
being in development. The [exporter default being in development. The [exporter default
port](https://github.com/prometheus/prometheus/wiki/Default-port-allocations) port](https://github.com/prometheus/prometheus/wiki/Default-port-allocations)
...@@ -19,42 +20,42 @@ these categories. ...@@ -19,42 +20,42 @@ these categories.
## File Service Discovery ## File Service Discovery
For service discovery mechanisms not natively supported by Prometheus, For service discovery mechanisms not natively supported by Prometheus,
[file-based service discovery](/docs/prometheus/latest/configuration/#<file_sd_config>) provides an interface for integrating. [file-based service discovery](/docs/operating/configuration/#<file_sd_config>) provides an interface for integrating.
* [Docker Swarm](https://github.com/ContainerSolutions/prometheus-swarm-discovery) * [Docker Swarm](https://github.com/ContainerSolutions/prometheus-swarm-discovery)
## Remote Endpoints and Storage ## Remote Endpoints and Storage
The [remote write](/docs/prometheus/latest/configuration/#<remote_write>) and [remote read](/docs/operating/configuration/#remote_read) The [remote write](/docs/operating/configuration/#<remote_write>) and [remote read](/docs/operating/configuration/#remote_read)
features of Prometheus allow transparently sending and receiving samples. This features of Prometheus allow transparently sending and receiving samples. This
is primarily intended for long term storage. It is recommended that you perform is primarily intended for long term storage. It is recommended that you perform
careful evaulation of any solution in this space to confirm it can handle your careful evaulation of any solution in this space to confirm it can handle your
data volumes. data volumes.
* [Chronix](https://github.com/ChronixDB/chronix.ingester): write * [Chronix](https://github.com/ChronixDB/chronix.ingester): write
* [Graphite](https://github.com/prometheus/prometheus/tree/master/documentation/examples/remote_storage/remote_storage_adapter): write * [Graphite](https://github.com/prometheus/prometheus/tree/master/documentation/examples/remote_storage/remote_storage_adapter): write
* [InfluxDB](https://github.com/prometheus/prometheus/tree/master/documentation/examples/remote_storage/remote_storage_adapter): read and write * [InfluxDB](https://github.com/prometheus/prometheus/tree/master/documentation/examples/remote_storage/remote_storage_adapter): read and write
* [OpenTSDB](https://github.com/prometheus/prometheus/tree/master/documentation/examples/remote_storage/remote_storage_adapter): write * [OpenTSDB](https://github.com/prometheus/prometheus/tree/master/documentation/examples/remote_storage/remote_storage_adapter): write
* [PostgreSQL/TimescaleDB](https://github.com/timescale/prometheus-postgresql-adapter): read and write * [PostgreSQL/TimescaleDB](https://github.com/timescale/prometheus-postgresql-adapter): read and write
## Alertmanager Webhook Receiver ## Alertmanager Webhook Receiver
For notification mechanisms not natively supported by the Alertmanager, the For notification mechanisms not natively supported by the Alertmanager, the
[webhook receiver](/docs/alerting/configuration/#webhook_config) allows for integration. [webhook receiver](/docs/alerting/configuration/#webhook_config) allows for integration.
* [JIRA example](https://github.com/fabxc/jiralerts) * [JIRA example](https://github.com/fabxc/jiralerts)
* [Phabricator / Maniphest](https://github.com/knyar/phalerts) * [Phabricator / Maniphest](https://github.com/knyar/phalerts)
* [SMS](https://github.com/messagebird/sachet): supports [multiple providers](https://github.com/messagebird/sachet/blob/master/examples/config.yaml) * [SMS](https://github.com/messagebird/sachet): supports [multiple providers](https://github.com/messagebird/sachet/blob/master/examples/config.yaml)
* [Telegram bot](https://github.com/inCaller/prometheus_bot) * [Telegram bot](https://github.com/inCaller/prometheus_bot)
## Management ## Management
Prometheus does not include configuration management functionality, allowing Prometheus does not include configuration management functionality, allowing
you to integrate it with your existing systems or build on top of it. you to integrate it with your existing systems or build on top of it.
* [Prometheus Operator](https://github.com/coreos/prometheus-operator): Manages Prometheus on top of Kubernetes * [Prometheus Operator](https://github.com/coreos/prometheus-operator): Manages Prometheus on top of Kubernetes
* [Promgen](https://github.com/line/promgen): Web UI and configuration generator for Prometheus and Alertmanager * [Promgen](https://github.com/line/promgen): Web UI and configuration generator for Prometheus and Alertmanager
## Other ## Other
* [PushProx](https://github.com/RobustPerception/PushProx): Proxy to transverse NAT and similar network setups * [PushProx](https://github.com/RobustPerception/PushProx): Proxy to transverse NAT and similar network setups
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment