All Projects → camptocamp → Grafana Prometheus Alertmanager Datasource

camptocamp / Grafana Prometheus Alertmanager Datasource

Licence: apache-2.0

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Grafana Prometheus Alertmanager Datasource

Appmetrics
App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.
Stars: ✭ 1,986 (+1118.4%)
Mutual labels:  prometheus, grafana
K8ssandra
K8ssandra is an open-source distribution of Apache Cassandra for Kubernetes including API services and operational tooling.
Stars: ✭ 155 (-4.91%)
Mutual labels:  prometheus, grafana
Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
Stars: ✭ 45,930 (+28077.91%)
Mutual labels:  prometheus, grafana
Ohmgraphite
Export Open Hardware sensor data to Graphite / InfluxDB / Prometheus / Postgres / Timescaledb
Stars: ✭ 155 (-4.91%)
Mutual labels:  prometheus, grafana
Pepper Metrics
pepper metrics is a tool, it can helps you collect runtime performance use RED method, and then output as log / timeseries data, by default it use prometheus as datasource, grafana as UI
Stars: ✭ 119 (-26.99%)
Mutual labels:  prometheus, grafana
Pingprom
Prometheus uptime monitoring quickstart
Stars: ✭ 107 (-34.36%)
Mutual labels:  prometheus, grafana
Grafanajsondatasource
Grafana datasource to load JSON data over your arbitrary HTTP backend
Stars: ✭ 146 (-10.43%)
Mutual labels:  datasource, grafana
Cloudprober
An active monitoring software to detect failures before your customers do.
Stars: ✭ 1,269 (+678.53%)
Mutual labels:  prometheus, grafana
Ethereum Staking Guide
Ethereum 2.0 Staking Guides
Stars: ✭ 116 (-28.83%)
Mutual labels:  prometheus, grafana
Jira Prometheus Exporter
Prometheus Exporter For JIRA
Stars: ✭ 113 (-30.67%)
Mutual labels:  prometheus, grafana
Prometheus Course
Course files for Monitoring and Alerting with Prometheus
Stars: ✭ 97 (-40.49%)
Mutual labels:  prometheus, grafana
Go Notify
An email automation solution, written in Golang.
Stars: ✭ 143 (-12.27%)
Mutual labels:  prometheus, grafana
Slo Generator
Easy setup a service level objective using prometheus
Stars: ✭ 91 (-44.17%)
Mutual labels:  prometheus, grafana
Elephant Shed
PostgreSQL Management Appliance
Stars: ✭ 146 (-10.43%)
Mutual labels:  prometheus, grafana
Febs Cloud
基于Spring Cloud Hoxton.RELEASE、Spring Cloud OAuth2 & Spring Cloud Alibaba & Element 微服务权限系统,开箱即用。预览地址:https://cloud.mrbird.cn
Stars: ✭ 1,295 (+694.48%)
Mutual labels:  prometheus, grafana
Heplify Server
HEP Capture Server
Stars: ✭ 110 (-32.52%)
Mutual labels:  prometheus, grafana
Styx
Export Data from Prometheus to csv, gnuplot & matplotlib
Stars: ✭ 66 (-59.51%)
Mutual labels:  prometheus, grafana
Citrix Adc Metrics Exporter
Export metrics from Citrix ADC (NetScaler) to Prometheus
Stars: ✭ 67 (-58.9%)
Mutual labels:  prometheus, grafana
Kubernetes Book
Mastering Kubernetes with Real Life Lessons from Deploying Production Systems
Stars: ✭ 113 (-30.67%)
Mutual labels:  prometheus, grafana
Swarmprom
Docker Swarm instrumentation with Prometheus, Grafana, cAdvisor, Node Exporter and Alert Manager
Stars: ✭ 1,739 (+966.87%)
Mutual labels:  prometheus, grafana

Grafana datasource for Prometheus Alertmanager

This datasource lets you to use the Alertmanager's API of Prometheus to create dashboards in Grafana.

Overview

Usage

Query Editor

The following options are available:

Receiver

Only retrieve alerts that match the defined receiver. If left empty, all receivers will be matched.

Filters

Into the query expression field, you can set filters.

Examples:

  • alertname="HostDown" will only display alerts which has the label alertname equals to "HostDown".
  • severity="1" will only display alerts which has the label severity equals to "1".

You can also set multiple filters like alertname="DiskFull",df="opt".

Active

Whether the alerts gathered should be active.

Silenced

Whether the alerts gathered should be silenced.

Inhibited

Whether the alerts gathered should be inhibited.

Parameters

Development Setup

Usage of Yarn is encouraged to build.

$ yarn install
$ yarn run build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].