Skip to content
/ mimir Public

Fork for Play with Mimir repo that shows a microservice setup

Notifications You must be signed in to change notification settings

wick02/mimir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mimir

This is grafana's answer to prometheus long term storage. By using tenants, you can isolate and lifecycle all the metrics being saved from a prometheus server into mimir, so we can save only a few days of metrics from dev while saving a lot more in production.

Local

This a fork of grafana play with mimir along with minio's version

How to start:

  • clone repo: git clone [email protected]:wick02/mimir.git && cd mimir
  • start up: docker compose up

How to access:

How to shutdown:

  • Ctrl C to stop the compose

Useful cleanup commands (will destroy minio which holds existing data):

  • docker images -q | xargs docker rmi
  • docker ps -qa | xargs docker rm
  • docker volume prune

About

Fork for Play with Mimir repo that shows a microservice setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published