Difference between revisions of "Grafana"

From wikieduonline
Jump to navigation Jump to search
 
(24 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[wikipedia:Grafana|Grafana]] <ref>https://github.com/grafana/grafana</ref> 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
 +
* [[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>
  
  
[[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>
+
[[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>
  
 
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 32: Line 31:
 
== 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 41: Line 44:
 
* [[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 49: Line 51:
 
* [[Orbitz]]
 
* [[Orbitz]]
 
* [[Kubernetes monitoring]]
 
* [[Kubernetes monitoring]]
 +
* [[WiW]]: https://twitter.com/pracucci
 +
* [[Synthetic]]
 +
* [[Terraform Grafana provider]]
 +
* [[Grafana roles]]
  
==See also==
+
== See also ==
 +
* {{Grafana}}
 
* {{Monitoring software}}
 
* {{Monitoring software}}
* {{ELK}}
 
* {{Grafana}}
 
  
  

Latest revision as of 08:15, 14 March 2024

Grafana [1] (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.

Alerting is supported at least in the following datasources Graphite, Prometheus, Elasticsearch (since version 5.2[2]), InfluxDB, OpenTSDB, MySQL, Postgres and Cloudwatch.[3]


Notifications enables support for the following channels Discord, Email, Hipchat, Kafka, Line, Microsoft Teams, OpsGenie, Pagerduty, Prometheus Alertmanager, Pushover, RocketChat[4], Sensu, Slack, Telegram, Threema, VictorOps, Webhook.[5]

Features:

Editions:



Binaries[edit]

Configuration files[edit]

Usage[edit]

Grafana is widely used including by wikipedia foundation

Activities[edit]

  1. Review Wikimedia Grafana graphs: https://grafana.wikimedia.org/?orgId=1
  2. Review plubic Grafana demo: https://play.grafana.org/
  3. Read Grafana Changelog. Major ~ 1 year, minor ~ 1 month
  4. Read Grafana source code: https://github.com/grafana/grafana
  5. Review Grafana logs
  6. review https://stackoverflow.com/questions/tagged/grafana?tab=Votes
  7. Configure Cloudwatch as Source: https://grafana.com/docs/grafana/latest/datasources/aws-cloudwatch/
  8. Configure Google OAuth2 authentication for Grafana
  9. Configure Loki as a datasource

Related terms[edit]

See also[edit]


Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy.

Source: https://en.wikiversity.org/wiki/System_administration/Grafana

Advertising: