Editing Grafana

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
[[wikipedia:Grafana|Grafana]] <ref>https://github.com/grafana/grafana</ref> ([[Grafana Labs]]) is an open source software written in [[go]] first released in [[2014]], feature rich metrics [[dashboard]], [[alerting]] and graph editor for [[CloudWatch]], [[ElasticSearch]], Grafana Logging, Graphite, [[InfluxDB]], [[Microsoft SQL Server]], [[MySQL]], [[OpenTSDB]], [[PostgreSQL]], [[Prometheus]], [[Google Stackdriver]] and [[TestData DB]].
+
[[wikipedia:Grafana|Grafana]] <ref>https://github.com/grafana/grafana</ref> ([[Grafana Labs]]) is an open source software written in [[go]] first released in [[2014]], feature rich metrics dashboard, [[alerting]] and graph editor for [[CloudWatch]], [[ElasticSearch]], Grafana Logging, Graphite, [[InfluxDB]], [[Microsoft SQL Server]], [[MySQL]], [[OpenTSDB]], [[PostgreSQL]], [[Prometheus]], [[Google Stackdriver]] and [[TestData DB]].
 
* Repo: https://github.com/grafana/grafana
 
* Repo: https://github.com/grafana/grafana
* [[Grafana installation]]]
 
* http://localhost:3000/
 
  
[[Grafana alerts|Alerting]] is supported at least in the following [[datasources]] Graphite, [[Prometheus monitoring|Prometheus]], [[ElasticSearch|Elasticsearch]] (since version 5.2<ref>http://docs.grafana.org/alerting/rules/</ref>), [[InfluxDB]], OpenTSDB, MySQL, Postgres and [[Cloudwatch]].<ref>http://docs.grafana.org/alerting/rules/</ref>
+
[[Grafana alerts|Alerting]] is supported at least in the following datasources Graphite, [[Prometheus monitoring|Prometheus]], [[ElasticSearch|Elasticsearch]] (since version 5.2<ref>http://docs.grafana.org/alerting/rules/</ref>), [[InfluxDB]], OpenTSDB, MySQL, Postgres and [[Cloudwatch]].<ref>http://docs.grafana.org/alerting/rules/</ref>
  
  
[[Grafana alerts|Notifications]] enables support for the following channels [[Discord]], Email, [[Hipchat]], [[Kafka]], Line,  [[Microsoft Teams]], [[OpsGenie]], [[Pagerduty]], [[Prometheus monitoring|Prometheus]] Alertmanager, Pushover, [[RocketChat]]<ref>https://github.com/grafana/grafana/issues/9251#issuecomment-354804092</ref>, [[Sensu]], [[Slack]], [[Telegram]], [[Threema]], [[VictorOps]], [[Webhook]].<ref>http://docs.grafana.org/alerting/notifications/</ref>
+
[[Notifications]] enables support for the following channels [[Discord]], Email, [[Hipchat]], [[Kafka]], Line,  [[Microsoft Teams]], [[OpsGenie]], [[Pagerduty]], [[Prometheus monitoring|Prometheus]] Alertmanager, Pushover, [[RocketChat]]<ref>https://github.com/grafana/grafana/issues/9251#issuecomment-354804092</ref>, [[Sensu]], [[Slack]], [[Telegram]], [[Threema]], [[VictorOps]], [[Webhook]].<ref>http://docs.grafana.org/alerting/notifications/</ref>
  
 
Features:
 
Features:
* [[Annotations]] <ref>https://grafana.com/docs/grafana/latest/dashboards/annotations/</ref>
+
* Annotations <ref>https://grafana.com/docs/grafana/latest/dashboards/annotations/</ref>
 
* [[Notifications]]
 
* [[Notifications]]
* [[LDAP]] integration
 
 
Editions:
 
* [[Grafana Enterprise]]
 
  
  
 +
== Installation Grafana using docker containers ==
 +
* 1) Execute:
 +
::: Basic, [[no data persistence]]: <code>[[docker run -d]] --name=grafana -p [[3000]]:3000 grafana/grafana</code>
 +
<ref>http://docs.grafana.org/installation/docker/</ref> or <code>[[brew install grafana]]</code>
 +
:::<code>[[docker-compose.yml (Grafana)]]</code>
 +
* 2) Open a web browser and point to <code>http://localhost:3000/</code>  (default username and password is "admin")<ref>http://docs.grafana.org/guides/getting_started/</ref>
 +
* 3) [[Kubernetes]]: <code>[[helm install MY GRAFANA NAME stable/grafana]]</code>
  
 +
Login with username and password: <code>admin</code>
  
 
== Binaries ==
 
== Binaries ==
Line 31: Line 33:
 
== Activities ==
 
== Activities ==
 
# Review Wikimedia Grafana graphs: https://grafana.wikimedia.org/?orgId=1
 
# Review Wikimedia Grafana graphs: https://grafana.wikimedia.org/?orgId=1
# Review plubic Grafana demo: https://play.grafana.org/
 
 
# Read [[Grafana Changelog]]. Major ~ 1 year, minor ~ 1 month
 
# Read [[Grafana Changelog]]. Major ~ 1 year, minor ~ 1 month
 
# Read Grafana source code: https://github.com/grafana/grafana
 
# Read Grafana source code: https://github.com/grafana/grafana
 
# Review [[Grafana logs]]
 
# Review [[Grafana logs]]
 
# review https://stackoverflow.com/questions/tagged/grafana?tab=Votes
 
# review https://stackoverflow.com/questions/tagged/grafana?tab=Votes
# [[Configure Cloudwatch as Source]]: https://grafana.com/docs/grafana/latest/datasources/aws-cloudwatch/
 
# [[Configure Google OAuth2 authentication for Grafana]]
 
# Configure [[Loki]] as a [[datasource]]
 
  
 
== Related terms ==
 
== Related terms ==
Line 44: Line 42:
 
* [[Prometheus]]: [[prometheus node exporter]]
 
* [[Prometheus]]: [[prometheus node exporter]]
 
* [[Elasticsearch]]
 
* [[Elasticsearch]]
 +
* [[Grafana Enterprise]]
 
* [[Dashboards]]: https://grafana.com/grafana/dashboards
 
* [[Dashboards]]: https://grafana.com/grafana/dashboards
 
* [[Amazon Managed service for Grafana]] ([[AWS timeline|Aug 2021]]) <ref>https://aws.amazon.com/blogs/aws/amazon-managed-grafana-is-now-generally-available-with-many-new-features/</ref>
 
* [[Amazon Managed service for Grafana]] ([[AWS timeline|Aug 2021]]) <ref>https://aws.amazon.com/blogs/aws/amazon-managed-grafana-is-now-generally-available-with-many-new-features/</ref>
Line 53: Line 52:
 
* [[WiW]]: https://twitter.com/pracucci
 
* [[WiW]]: https://twitter.com/pracucci
 
* [[Synthetic]]
 
* [[Synthetic]]
* [[Terraform Grafana provider]]
 
* [[Grafana roles]]
 
  
== See also ==
+
==See also==
 +
* {{Monitoring software}}
 +
* {{ELK}}
 
* {{Grafana}}
 
* {{Grafana}}
* {{Monitoring software}}
 
  
  

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Advertising: