Difference between revisions of "Grafana agent"

From wikieduonline
Jump to navigation Jump to search
(Created page with " == See also == * {{Grafana}} Category:Grafana")
 
 
(26 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
Grafana Agent is an [[OpenTelemetry]] Collector.
  
 +
* https://grafana.com/docs/agent/latest/
  
 +
* <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
  
  
 +
* 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 ==
 +
* [[Grafana agent operator]]
 +
* [[OpenTelemetry]], [[OpenCensus]], [[Jaeger]], [[Zipkin]]
 +
* [[Sysstat]]
 +
* [[Metric colletion tools]]
 +
* [[Prometheus node exporter]]
  
 
== See also ==
 
== See also ==
 +
* {{Grafana agent}}
 +
* {{OpenTelemetry}}
 
* {{Grafana}}
 
* {{Grafana}}
  
 
[[Category:Grafana]]
 
[[Category:Grafana]]

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: