1
0
mirror of https://github.com/prometheus/docs.git synced 2026-02-05 06:45:01 +01:00
Files
docs/docs/operating/integrations.md
Sibasis Padhi fc4ced0bc2 docs: add matrix-alertmanager and clarify Matrix integration options
Adds matrix-alertmanager as requested and provides clear descriptions
for all three Matrix integration options:
- go-neb (discontinued but kept for reference)
- matrix-alertmanager (simple Alertmanager notifications)
- matrix-hookshot (feature-rich webhook bridge)

Addresses review feedback on PR #2809.

Signed-off-by: Sibasis Padhi <sibasis.padhi@gmail.com>
2026-01-13 08:25:28 -06:00

8.3 KiB

title, sort_rank
title sort_rank
Integrations 5

In addition to client libraries and exporters and related libraries, there are numerous other generic integration points in Prometheus. This page lists some of the integrations with these.

Not all integrations are listed here, due to overlapping functionality or still being in development. The exporter default port wiki page also happens to include a few non-exporter integrations that fit in these categories.

File Service Discovery

For service discovery mechanisms not natively supported by Prometheus, file-based service discovery provides an interface for integrating.

Remote Endpoints and Storage

The remote write and remote read features of Prometheus allow transparently sending and receiving samples. This is primarily intended for long term storage. It is recommended that you perform careful evaluation of any solution in this space to confirm it can handle your data volumes.

Prom-migrator is a tool for migrating data between remote storage systems.

Alertmanager Webhook Receiver

For notification mechanisms not natively supported by the Alertmanager, the webhook receiver allows for integration.

Management

Prometheus does not include configuration management functionality, allowing you to integrate it with your existing systems or build on top of it.

  • Prometheus Operator: Manages Prometheus on top of Kubernetes
  • Promgen: Web UI and configuration generator for Prometheus and Alertmanager

Other

  • Alert analysis: Stores alerts into a ClickHouse database and provides alert analysis dashboards
  • karma: alert dashboard
  • PushProx: Proxy to transverse NAT and similar network setups
  • Promdump: kubectl plugin to dump and restore data blocks
  • Promregator: discovery and scraping for Cloud Foundry applications
  • pint: Prometheus rule linter