Skip to content

Instantly share code, notes, and snippets.

@HariSekhon
Created October 9, 2024 23:14
Show Gist options
  • Save HariSekhon/4278bd98317650780a390da97188ae8b to your computer and use it in GitHub Desktop.
Save HariSekhon/4278bd98317650780a390da97188ae8b to your computer and use it in GitHub Desktop.
grafana.md from HariSekhon/Knowledge-Base repo: https://github.com/HariSekhon/Knowledge-Base

Grafana

NOT PORTED YET

Install

On Mac

brew install grafana

CLI

Comes with the grafana package above.

Very limited functionality. API below is much better.

grafana cli --help

API

From DevOps-Bash-tools repo:

grafana_api.sh --help

The --help shows various examples you can use straight away.

Grafana Alerts vs Prometheus Alert Manager

Grafana alerts occasionally missed alerts, if the pod went down it lost alerts as they were are persisted, so switched to using Prometheus Alert Manager.

Grafana AWS Cloudwatch Dashboards

monitoringartist/grafana-aws-cloudwatch-dashboards

40+ Grafana dashboards for AWS CloudWatch metrics: EC2, Lambda, S3, ELB, EMR, EBS, SNS, SES, SQS, RDS, EFS, ElastiCache, Billing, API Gateway, VPN, Step Functions, Route 53, CodeBuild, ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment