grafana
- Sign up for GitHub or sign in to edit this page
Here are 1,302 public repositories matching this topic...
Why need this
Right now we add context to all targets in Explore for Prometheus queries
https://github.com/grafana/grafana/blob/dafc955338aef05af259ec361bbf1ac29454ec3a/public/app/plugins/datasource/prometheus/components/PromQueryField.tsx#L232
so that the Prometheus datasource can determine if the target is called from Explore or a Panel.
https://github.com/grafana/grafana/blob/dafc955
From slack:
prometheus seems to accept a "step" parameter as either a duration string or float, but loki seems to >only accept integers representing seconds - are there plans for loki's API to be brought more in line with >Prometheus' API in this respect?
Easy change to support and we should be as close as possible to Prometheus.
Please also update the doc.
run_begin和run_end必须要写全。03:00不能写成3:00。因为数据库中存的是字符串,比较的时候按照字符串的大小比较,3:00会小于02:00。页面应该要做校验或者提示。
参考 PR #184 的讨论
Docker hosts and containers monitoring with Prometheus, Grafana, cAdvisor, NodeExporter and AlertManager
-
Updated
Nov 1, 2019 - 204 commits
- Shell
A docker-compose stack for Prometheus monitoring
-
Updated
Nov 1, 2019 - 228 commits
an open source solution to application performance monitoring for java server applications
-
Updated
Oct 30, 2019 - 1 commits
- Java
App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.
-
Updated
Nov 1, 2019 - 1 commits
- C#
Grafana: 3.1.1
Grafana-zabbix: 3.1.1
Unfortunately annotations are a bit hazy now and for me as first time user it's not working. At all.
First problem is that your example in the guide is outdated (and pretty annoying anyway, it's a moving gif insead of some well rested text showing an example, but that's probably a matter of taste): it's using some old GUI; the new GUI have at least four (or
Kubernetes deployment strategies explained
-
Updated
Nov 1, 2019 - 48 commits
- Go
Docker Swarm instrumentation with Prometheus, Grafana, cAdvisor, Node Exporter and Alert Manager
-
Updated
Nov 1, 2019 - 182 commits
- Shell
An active monitoring software to detect failures before your customers do.
-
Updated
Nov 1, 2019 - 432 commits
- Go
:cloud: 20+ Grafana dashboards for AWS CloudWatch metrics: EC2, Lambda, S3, ELB, EMR, EBS, SNS, SES, SQS, RDS, EFS, ElastiCache, Billing, API Gateway, VPN, ...
-
Updated
Oct 31, 2019 - 105 commits
Python library for building Grafana dashboards
-
Updated
Oct 31, 2019 - 180 commits
- Python
Kubernetes Setup for Prometheus and Grafana
-
Updated
Oct 31, 2019 - 159 commits
- Smarty
Full stack tools for monitoring containers and other stuff. ;)
-
Updated
Nov 1, 2019 - 70 commits
- Dockerfile
Docker Tutorial Series
-
Go Web App
or -
Flask + Redis Web App
-
Make Dockerfile
-
Compose it
-
Push it to Dockerhub
This ticket is meant to log user feedback on current documentation insufficiencies and ideas for improvements. All ideas welcome, please add a comment if you find something illogical or missing. Thank you!
A list of resources we at flyeralarm use to get new developers up and running
-
Updated
Oct 25, 2019 - 98 commits
Collection of Prometheus alerting rules
-
Updated
Oct 31, 2019 - 130 commits
- Ruby
Distributed version of Spring Petclinic built with Spring Cloud
-
Updated
Oct 31, 2019 - 662 commits
- Java
A prometheus exporter created to provide a better overview of your resource allocation and utilization in a Kubernetes cluster.
-
Updated
Oct 31, 2019 - 45 commits
- Go
Time Series in Go and PostgreSQL
-
Updated
Oct 31, 2019 - 413 commits
- Go
Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting.
-
Updated
Nov 1, 2019 - 150 commits
- Roff
Monitoring Kubernetes clusters on AWS, GCP and Azure using Prometheus Operator and Grafana
-
Updated
Oct 31, 2019 - 203 commits
- Shell
I set up grafana w/ google login, so I'm trying to use an API key to connect wizzy to the dashboards.
I see that 'grafana:api_key' is an entry in validConfigs from config.js L:21.
EDIT: Using something like
{
"config": {
"grafana": {
"url": "[URL]",
"api_key": "[KEY]"
}
}
}
in the wizzy.json appeared to work. Maybe it should be a documented op


Bug report summary
Running the
netdata-installer.shas a non-root user produces instructions on how to escalate privilege for the apps plugin. The instructions cannot be cut and pasted into a shell as there are some extra escaping characters in front of the quotes.