You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consul-mixin: A set of reuseable and extensible dashboards
and alerts for running Hashicorp's Consul.
memcached-mixin: A set of reuseable and extensible dashboards
for Memcached.
nodejs-mixin: A set of reuseable and extensible dashboards
for Node.js.
caddy-mixin: A set of reusable and extensible dashboards
for Caddy.
jira-mixin: A set of reusable and extensible dashboards and alerts for JIRA.
You can find more in directories with -mixin suffix.
Linting
The monitoring mixins in this repository use two linting tools to ensure quality and consistency:
mixtool: Validates the structure and syntax of monitoring mixins, ensuring they follow the standard mixin format.
pint: Lints Prometheus rules and alerts to catch common mistakes and enforce best practices.
Observability libraries
Observability library is a flexible format to describe dashboards and alerts in a modular way so libraries can be imported into one another or into monitoring-mixins. Observability libraries can be found in folders with -observ-lib suffix. Common library is also used to apply consistent style options.
Observability libraries signal extention
Signal is the experimental extension to observability libraries format to declare metrics (signals) and then render them as different grafana panel types (timeseries, stat, table, etc), or alert rules.
Prometheus rules testing for monitoring mixins and observability libraries
It is highly recommended to test prometheus alerts with promtool test rules command when complex PromQL queries are used or when additional queries are used in alerts' annotations.
promtool tests files should be placed in tests directory in the root of the library and should be named like prometheus_*.yaml. This will enable running tests ing Github Actions and with make test command.