Difference between revisions of "Grafana agent"

From wikieduonline
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
Grafana Agent is an [[OpenTelemetry]] Collector.
 +
 
* https://grafana.com/docs/agent/latest/
 
* https://grafana.com/docs/agent/latest/
  
[[grafana-agent --help]]
+
* <code>[[brew install grafana-agent]] && [[brew services start grafana-agent]]</code>
 +
* <code>[[helm install my-grafana grafana/grafana-agent-operator]]</code>
 +
* <code>[[grafana-agent --help]]</code>
 +
* [[Static]] or flow mode
 +
 
  
* <code>[[brew install grafana-agent]]</code>
+
* The Prometheus ecosystem, The [[OpenTelemetry]] ecosystem, The Grafana open source ecosystem (Loki, Grafana, Tempo, Mimir, Pyroscope
* <code>[[helm install my-grafana grafana/grafana-agent-operator]]</code>
 
  
 
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 18: Line 23:
 
* [[OpenTelemetry]], [[OpenCensus]], [[Jaeger]], [[Zipkin]]
 
* [[OpenTelemetry]], [[OpenCensus]], [[Jaeger]], [[Zipkin]]
 
* [[Sysstat]]
 
* [[Sysstat]]
 +
* [[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: