Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

A lightweight prometheus/alertmanager stack for Docker Swarm.

Notifications You must be signed in to change notification settings

YouMightNotNeedKubernetes/promstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

promstack

A simple development stack for Prometheus, Alertmanager and Grafana.

Deploy

To deploy the stack, run the following command:

$ make deploy

Destroy

To destroy the stack, run the following command:

$ make destroy

Sending metrics to Grafana Mimir

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

About

A lightweight prometheus/alertmanager stack for Docker Swarm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published