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.
For service discovery mechanisms not natively supported by Prometheus, file-based service discovery provides an interface for integrating.
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.
For notification mechanisms not natively supported by the Alertmanager, the webhook receiver allows for integration.
Prometheus does not include configuration management functionality, allowing you to integrate it with your existing systems or build on top of it.
This documentation is open-source. Please help improve it by filing issues or pull requests.