Grafana Agent
- Canonical Observability
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 75 | 04 Jun 2024 | |
latest/stable | 45 | 12 Dec 2023 | |
latest/candidate | 80 | 01 Aug 2024 | |
latest/candidate | 75 | 04 Jun 2024 | |
latest/candidate | 45 | 22 Nov 2023 | |
latest/beta | 75 | 22 May 2024 | |
latest/beta | 45 | 22 Nov 2023 | |
latest/edge | 97 | 14 Nov 2024 | |
latest/edge | 75 | 03 May 2024 | |
latest/edge | 45 | 15 Sep 2023 | |
1.0/stable | 51 | 12 Dec 2023 | |
1.0/stable | 45 | 12 Dec 2023 | |
1.0/candidate | 51 | 22 Nov 2023 | |
1.0/candidate | 45 | 22 Nov 2023 | |
1.0/beta | 51 | 22 Nov 2023 | |
1.0/beta | 45 | 22 Nov 2023 | |
1.0/edge | 51 | 22 Nov 2023 | |
1.0/edge | 45 | 22 Nov 2023 |
juju deploy grafana-agent-k8s --channel edge
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
always_enable_jaeger_grpc | boolean
Force-enable the receiver for the 'jaeger_grpc' protocol in Grafana Agent, even if there is no integration currently requesting it.
-
always_enable_jaeger_thrift_http | boolean
Force-enable the receiver for the 'jaeger_thrift_http' protocol in Grafana Agent, even if there is no integration currently requesting it.
-
always_enable_otlp_grpc | boolean
Force-enable the receiver for the 'otlp_grpc' protocol in Grafana Agent, even if there is no integration currently requesting it.
-
always_enable_otlp_http | boolean
Force-enable the receiver for the 'otlp_http' protocol in Grafana Agent, even if there is no integration currently requesting it.
-
always_enable_zipkin | boolean
Force-enable the receiver for the 'zipkin' protocol in Grafana Agent, even if there is no integration currently requesting it.
-
tls_insecure_skip_verify | boolean
Flag to skip the verification for insecure TLS. If "true", self-signed certs can be seamlessly used; this setting will be applied to all of the Agent configurations (Prometheus, Loki).
-
tracing_sample_rate_charm | float
Default: 100.0
This property defines the percentage of charm traces that are sent to the tracing backend. Setting it to 100 would mean all charm traces are kept, setting to 0 means charm traces aren't sent to the tracing backend at all. Anything outside of 0-100 range will be normalised to this range by Grafana Agent.
-
tracing_sample_rate_error | float
Default: 100.0
This property defines the percentage of error traces (from all sources) that are sent to the tracing backend. Setting it to 100 would mean all error traces are kept, setting to 0 means error traces aren't sent to the tracing backend at all. Anything outside of 0-100 range will be normalised to this range by Grafana Agent.
-
tracing_sample_rate_workload | float
Default: 1.0
This property defines the percentage of workload traces that are sent to the tracing backend. Setting it to 100 would mean all workload traces are kept, setting to 0 means workload traces aren't sent to the tracing backend at all. Anything outside of 0-100 range will be normalised to this range by Grafana Agent.