Sign up for an account at Link
Update your Prometheus config file:
global:scrape_interval: 30sexternal_labels:adeptdc_cluster: <cluster name>adeptdc___replica__: <prometheus pod id or anything unique>remote_write:- url: https://remote-write.adeptdc.com/pushbasic_auth:username: <username>password: <********>
We provide fully-hosted Prometheus monitoring including installation, long-term storage, horizontal scaling, and multi-tenancy.
If you have more than one Prometheus pod (scraping different targets) or multiple Prometheus pods scraping the same targets (High Availability (HA) configuration), please add following external labels:
adeptdc_cluster
should be unique between two Prometheus pods scraping different sets of targets.
The set of HA prometheus pods scraping the same set of targets must all have the same adeptdc_cluster
but different adeptdc___replica__
.
global:external_labels:adeptdc_cluster: <cluster name (unique across the customer account>adeptdc___replica__: <replica id (unique across this cluster>