Difference between revisions of "Grafana agent"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
* <code>[[helm install my-grafana grafana/grafana-agent-operator]]</code>
 
* <code>[[helm install my-grafana grafana/grafana-agent-operator]]</code>
 
* <code>[[grafana-agent --help]]</code>
 
* <code>[[grafana-agent --help]]</code>
* [[Grafana agent flow]]
+
* [[Static]] or flow mode
 +
 
 +
 
 +
* The Prometheus ecosystem, The [[OpenTelemetry]] ecosystem, The Grafana open source ecosystem (Loki, Grafana, Tempo, Mimir, Pyroscope
  
 
Installation just provide binary, no service management script or example configuration file.
 
Installation just provide binary, no service management script or example configuration file.
Line 21: Line 24:
 
* [[Sysstat]]
 
* [[Sysstat]]
 
* [[Metric colletion tools]]
 
* [[Metric colletion tools]]
 +
* [[Prometheus node exporter]]
  
 
== See also ==
 
== See also ==

Latest revision as of 09:14, 1 April 2024

Grafana Agent is an OpenTelemetry Collector.


  • The Prometheus ecosystem, The OpenTelemetry ecosystem, The Grafana open source ecosystem (Loki, Grafana, Tempo, Mimir, Pyroscope

Installation just provide binary, no service management script or example configuration file.

curl -O -L "https://github.com/grafana/agent/releases/download/v0.28.0-rc.0/agent-linux-amd64.zip"
unzip "agent-linux-amd64.zip"
chmod a+x "agent-linux-amd64"
agent-linux-amd64
2 022-09-25 16:01:15.099474 I | -config.file flag required

Related[edit]

See also[edit]

Advertising: