Difference between revisions of "Grafana"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(73 intermediate revisions by 5 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|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:
 +
* [[Annotations]] <ref>https://grafana.com/docs/grafana/latest/dashboards/annotations/</ref>
 +
* [[Notifications]]
 +
* [[LDAP]] integration
 +
 
 +
Editions:
 +
* [[Grafana Enterprise]]
 +
 
  
Alerting is supported 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> and notifications enables support for the following channels Email, Hipchat, [[Kafka]], Line,  Microsoft Teams, [[OpsGenie]], Pagerduty, [[Prometheus monitoring|Prometheus]] Alertmanager, Pushover, Sensu, Slack, Telegram, Threema, VictorOps, Webhook.<ref>http://docs.grafana.org/alerting/notifications/</ref>
 
  
== 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>
 
::: [[docker-compose.yml (Grafana)]]
 
* 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>
 
  
 
== Binaries ==
 
== Binaries ==
* <code>grafana-cli</code> and <code>grafana-server</code>
+
* <code>[[grafana-cli]]</code> and <code>[[grafana-server]]</code>
  
 
== Configuration files ==
 
== Configuration files ==
* <code>grafana.ini</code>
+
* <code>[[/etc/grafana/grafana.ini]]</code>
  
 
== Usage ==
 
== Usage ==
Grafana is widely used including by wikipedia foundation.
+
Grafana is widely used including by wikipedia foundation
 
 
  
 
== Activities ==
 
== Activities ==
 
# Review Wikimedia Grafana graphs: https://grafana.wikimedia.org/?orgId=1
 
# Review Wikimedia Grafana graphs: https://grafana.wikimedia.org/?orgId=1
# Read [[Grafana Changelog]]
+
# Review plubic Grafana demo: https://play.grafana.org/
 +
# 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
 +
# [[Configure Cloudwatch as Source]]: https://grafana.com/docs/grafana/latest/datasources/aws-cloudwatch/
 +
# [[Configure Google OAuth2 authentication for Grafana]]
 +
# Configure [[Loki]] as a [[datasource]]
  
==See also==
+
== Related terms ==
 +
* <code>[[Node.js]]</code>
 +
* [[Prometheus]]: [[prometheus node exporter]]
 +
* [[Elasticsearch]]
 +
* [[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>
 +
* [[Grafana OnCall]]
 +
* [[Grafana Mimir]]
 +
* [[Grafana Tempo]]
 +
* [[Orbitz]]
 +
* [[Kubernetes monitoring]]
 +
* [[WiW]]: https://twitter.com/pracucci
 +
* [[Synthetic]]
 +
* [[Terraform Grafana provider]]
 +
* [[Grafana roles]]
 +
 
 +
== 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: