Skip to content

hatamiarash7/Docker-VictoriaMetrics

Repository files navigation

VictoriaMetrics

VictoriaMetrics logo

VictoriaMetrics is a fast, cost-effective and scalable monitoring solution and time series database.

How-to

Config stack using YAML files and run :

docker compose up -d

The default stack contains:

  • VictoriaMetrics
  • Scrape Agent ( vmagent )
  • Alert Handler for Victoria Metrics ( vmalert )
  • Alertmanager
  • Grafana

Alerts

There are some default alert rules in alerts.yml. You can customize them to suit your needs

Alert receivers

We have a blackholed receiver here. Add your receiver for production ( SMTP, Telegram, Webhook, etc )


Support

Donate with Bitcoin Donate with Ethereum

ko-fi

Contributing

Don't be shy to be a contributor 😉

  1. Fork it !
  2. Create your feature branch : git checkout -b my-new-feature
  3. Commit your changes : git commit -am 'Add some feature'
  4. Push to the branch : git push origin my-new-feature
  5. Submit a pull request

Issues

Each project may have many problems. Contributing to the better development of this project by reporting them.