Difference between revisions of "Grafana agent"

From wikieduonline
Jump to navigation Jump to search
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
* https://grafana.com/docs/tempo/latest/grafana-agent/
+
Grafana Agent is an [[OpenTelemetry]] Collector.
  
[[grafana-agent --help]]
+
* https://grafana.com/docs/agent/latest/
  
* <code>[[brew install grafana-agent]]</code>
+
* <code>[[brew install grafana-agent]] && [[brew services start grafana-agent]]</code>
 
* <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>
 +
* [[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 17: Line 22:
 
* [[Grafana agent operator]]
 
* [[Grafana agent operator]]
 
* [[OpenTelemetry]], [[OpenCensus]], [[Jaeger]], [[Zipkin]]
 
* [[OpenTelemetry]], [[OpenCensus]], [[Jaeger]], [[Zipkin]]
 +
* [[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: