We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75db8b0 commit 1be43f7Copy full SHA for 1be43f7
examples/grafana-agent-auto-instrumentation/ebpf/k8s/config.river
@@ -10,7 +10,7 @@ discovery.kubernetes "local_pods" {
10
}
11
12
discovery.relabel "specific_pods" {
13
- targets = discovery.kubernetes.all_pods.targets
+ targets = discovery.kubernetes.local_pods.targets
14
rule {
15
action = "drop"
16
regex = "Succeeded|Failed|Completed"
@@ -65,4 +65,4 @@ pyroscope.write "endpoint" {
65
// username = "<Grafana Cloud User>"
66
// password = "<Grafana Cloud Password>"
67
// }
68
-}
+}
0 commit comments