A simple development stack for Prometheus, Alertmanager and Grafana.
To deploy the stack, run the following command:
$ make deploy
To destroy the stack, run the following command:
$ make destroy
Add the following to your prometheus.yml
:
global:
# Add this block to your global config
external_labels:
cluster: demo
namespace: demo
# Set remote_write.url to your Grafana Mimir endpoint
remote_write:
- url: http://mimir:3200/api/v1/push
# If you enabled authentication, add the following
headers:
"X-Scope-OrgID": demo