Skip to content

Commit

Permalink
Update default exclusion rules for internal metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax committed Feb 21, 2025
1 parent dca8e9b commit 2801bf1
Show file tree
Hide file tree
Showing 141 changed files with 141 additions and 425 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,11 +352,7 @@ data:
- job_name: otel-agent
metric_relabel_configs:
- action: drop
regex: otelcol_rpc_.*
source_labels:
- __name__
- action: drop
regex: otelcol_http_.*
regex: promhttp_metric_handler_errors.*
source_labels:
- __name__
- action: drop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,7 @@ data:
- job_name: otel-k8s-cluster-receiver
metric_relabel_configs:
- action: drop
regex: otelcol_rpc_.*
source_labels:
- __name__
- action: drop
regex: otelcol_http_.*
regex: promhttp_metric_handler_errors.*
source_labels:
- __name__
- action: drop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
component: otel-collector-agent
release: default
annotations:
checksum/config: 160108908dd6f92bcd20dcf457377c50b72f0a0e8bc6486f3d30b56e75fce7b2
checksum/config: 54db1407564ca4bbf5d1aa1d61bb65491bd213c9d8381ebedf7df56f96737178
kubectl.kubernetes.io/default-container: otel-collector
spec:
hostNetwork: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
component: otel-k8s-cluster-receiver
release: default
annotations:
checksum/config: da3283eeb9708564847b3e5e075a8eb9f627547e77b40c669289d43cba155a71
checksum/config: c42cb1583d693dc14d6ad2977c155843810e3a7c1e7fb3aae3daea5d8914879d
spec:
serviceAccountName: default-splunk-otel-collector
nodeSelector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -308,11 +308,7 @@ data:
- job_name: otel-agent
metric_relabel_configs:
- action: drop
regex: otelcol_rpc_.*
source_labels:
- __name__
- action: drop
regex: otelcol_http_.*
regex: promhttp_metric_handler_errors.*
source_labels:
- __name__
- action: drop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,7 @@ data:
- job_name: otel-k8s-cluster-receiver
metric_relabel_configs:
- action: drop
regex: otelcol_rpc_.*
source_labels:
- __name__
- action: drop
regex: otelcol_http_.*
regex: promhttp_metric_handler_errors.*
source_labels:
- __name__
- action: drop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
component: otel-collector-agent
release: default
annotations:
checksum/config: b832237dd020920ce877fac81a13b3f3511b8bc9bc5735d1c1337a60b8a34b1e
checksum/config: a4f935b0f96b241fc076e2ca1067a308af8094d320d2cfb0fd9ffb2935f8cbec
kubectl.kubernetes.io/default-container: otel-collector
spec:
hostNetwork: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
component: otel-k8s-cluster-receiver
release: default
annotations:
checksum/config: da3283eeb9708564847b3e5e075a8eb9f627547e77b40c669289d43cba155a71
checksum/config: c42cb1583d693dc14d6ad2977c155843810e3a7c1e7fb3aae3daea5d8914879d
spec:
serviceAccountName: default-splunk-otel-collector
nodeSelector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,7 @@ data:
- job_name: otel-agent
metric_relabel_configs:
- action: drop
regex: otelcol_rpc_.*
source_labels:
- __name__
- action: drop
regex: otelcol_http_.*
regex: promhttp_metric_handler_errors.*
source_labels:
- __name__
- action: drop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,7 @@ data:
- job_name: otel-k8s-cluster-receiver
metric_relabel_configs:
- action: drop
regex: otelcol_rpc_.*
source_labels:
- __name__
- action: drop
regex: otelcol_http_.*
regex: promhttp_metric_handler_errors.*
source_labels:
- __name__
- action: drop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
component: otel-collector-agent
release: default
annotations:
checksum/config: 42510674788262357449084d43748c56c7c3d239f36c2e09b538873a0f8b14df
checksum/config: a7363d07f6199a325a0d1c7cb0d177b799e5eee2c5a88b6b14f159e8c281e344
kubectl.kubernetes.io/default-container: otel-collector
spec:
hostNetwork: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
component: otel-k8s-cluster-receiver
release: default
annotations:
checksum/config: da3283eeb9708564847b3e5e075a8eb9f627547e77b40c669289d43cba155a71
checksum/config: c42cb1583d693dc14d6ad2977c155843810e3a7c1e7fb3aae3daea5d8914879d
spec:
serviceAccountName: default-splunk-otel-collector
nodeSelector:
Expand Down
6 changes: 1 addition & 5 deletions examples/add-sampler/rendered_manifests/configmap-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,7 @@ data:
- job_name: otel-agent
metric_relabel_configs:
- action: drop
regex: otelcol_rpc_.*
source_labels:
- __name__
- action: drop
regex: otelcol_http_.*
regex: promhttp_metric_handler_errors.*
source_labels:
- __name__
- action: drop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,7 @@ data:
- job_name: otel-k8s-cluster-receiver
metric_relabel_configs:
- action: drop
regex: otelcol_rpc_.*
source_labels:
- __name__
- action: drop
regex: otelcol_http_.*
regex: promhttp_metric_handler_errors.*
source_labels:
- __name__
- action: drop
Expand Down
2 changes: 1 addition & 1 deletion examples/add-sampler/rendered_manifests/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
component: otel-collector-agent
release: default
annotations:
checksum/config: eeb3ddae0a37c832bb7c2c55e0ee1f82e75aeb05a7eb93a54437173781fbf417
checksum/config: b0dbfae1721e0e58bac4198e1f993cc82a267e7ff8767ff1660a0f936031bb90
kubectl.kubernetes.io/default-container: otel-collector
spec:
hostNetwork: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
component: otel-k8s-cluster-receiver
release: default
annotations:
checksum/config: da3283eeb9708564847b3e5e075a8eb9f627547e77b40c669289d43cba155a71
checksum/config: c42cb1583d693dc14d6ad2977c155843810e3a7c1e7fb3aae3daea5d8914879d
spec:
serviceAccountName: default-splunk-otel-collector
nodeSelector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -336,11 +336,7 @@ data:
- job_name: otel-agent
metric_relabel_configs:
- action: drop
regex: otelcol_rpc_.*
source_labels:
- __name__
- action: drop
regex: otelcol_http_.*
regex: promhttp_metric_handler_errors.*
source_labels:
- __name__
- action: drop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,7 @@ data:
- job_name: otel-k8s-cluster-receiver
metric_relabel_configs:
- action: drop
regex: otelcol_rpc_.*
source_labels:
- __name__
- action: drop
regex: otelcol_http_.*
regex: promhttp_metric_handler_errors.*
source_labels:
- __name__
- action: drop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
component: otel-collector-agent
release: default
annotations:
checksum/config: f942b0c6f7579a514f7b152a7a004a6ea2d749679d55b945a87af3434fbedec8
checksum/config: 337519922f986cb91fc21d6331c2ad89ce3b539f1b04bf929739d3c3f894cc74
kubectl.kubernetes.io/default-container: otel-collector
sidecar.istio.io/inject: "false"
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
component: otel-k8s-cluster-receiver
release: default
annotations:
checksum/config: da3283eeb9708564847b3e5e075a8eb9f627547e77b40c669289d43cba155a71
checksum/config: c42cb1583d693dc14d6ad2977c155843810e3a7c1e7fb3aae3daea5d8914879d
sidecar.istio.io/inject: "false"
spec:
serviceAccountName: default-splunk-otel-collector
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,7 @@ data:
- job_name: otel-agent
metric_relabel_configs:
- action: drop
regex: otelcol_rpc_.*
source_labels:
- __name__
- action: drop
regex: otelcol_http_.*
regex: promhttp_metric_handler_errors.*
source_labels:
- __name__
- action: drop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
component: otel-collector-agent
release: default
annotations:
checksum/config: 3752c67248b5e11391e1a8de2aa741d2990bfc1445d952131030976e3a87ad24
checksum/config: 8bbe8f7b9532522201698c0426760b708a1ad608560eec39b501c4b48f6eab18
kubectl.kubernetes.io/default-container: otel-collector
spec:
hostNetwork: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,7 @@ data:
- job_name: otel-agent
metric_relabel_configs:
- action: drop
regex: otelcol_rpc_.*
source_labels:
- __name__
- action: drop
regex: otelcol_http_.*
regex: promhttp_metric_handler_errors.*
source_labels:
- __name__
- action: drop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,7 @@ data:
- job_name: otel-k8s-cluster-receiver
metric_relabel_configs:
- action: drop
regex: otelcol_rpc_.*
source_labels:
- __name__
- action: drop
regex: otelcol_http_.*
regex: promhttp_metric_handler_errors.*
source_labels:
- __name__
- action: drop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,7 @@ data:
- job_name: otel-collector
metric_relabel_configs:
- action: drop
regex: otelcol_rpc_.*
source_labels:
- __name__
- action: drop
regex: otelcol_http_.*
regex: promhttp_metric_handler_errors.*
source_labels:
- __name__
- action: drop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
component: otel-collector-agent
release: default
annotations:
checksum/config: 76bf974100c169cab53c5bbb31c0863e43fadec7405cca8d27962b7ef395b1e4
checksum/config: a62a9e0d95fed550005c63bf8d3b64615d5d96bc741252e926a56973d37c42d6
kubectl.kubernetes.io/default-container: otel-collector
spec:
hostNetwork: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
component: otel-k8s-cluster-receiver
release: default
annotations:
checksum/config: da3283eeb9708564847b3e5e075a8eb9f627547e77b40c669289d43cba155a71
checksum/config: c42cb1583d693dc14d6ad2977c155843810e3a7c1e7fb3aae3daea5d8914879d
spec:
serviceAccountName: default-splunk-otel-collector
nodeSelector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
component: otel-collector
release: default
annotations:
checksum/config: 9609c86818da346f149502af201c15f63c115be92d95a6978fa0e9c29daae1bc
checksum/config: 955506cc82b2523739f96aa63de8d1ad9aace977dd3acbabe56b572eb81a8083
spec:
serviceAccountName: default-splunk-otel-collector
nodeSelector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,7 @@ data:
- job_name: otel-k8s-cluster-receiver
metric_relabel_configs:
- action: drop
regex: otelcol_rpc_.*
source_labels:
- __name__
- action: drop
regex: otelcol_http_.*
regex: promhttp_metric_handler_errors.*
source_labels:
- __name__
- action: drop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
component: otel-k8s-cluster-receiver
release: default
annotations:
checksum/config: 40dc38d6f82bbdd83bbc0e7cf9d62e992f15b7a2d403fd5b64d5ea8aec00e023
checksum/config: a9e1979e431670b7ac4e39c5cdba1d967d1cbdb5fa5e2058c0d689731f962199
spec:
serviceAccountName: default-splunk-otel-collector
nodeSelector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,7 @@ data:
- job_name: otel-collector
metric_relabel_configs:
- action: drop
regex: otelcol_rpc_.*
source_labels:
- __name__
- action: drop
regex: otelcol_http_.*
regex: promhttp_metric_handler_errors.*
source_labels:
- __name__
- action: drop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
component: otel-collector
release: default
annotations:
checksum/config: 9609c86818da346f149502af201c15f63c115be92d95a6978fa0e9c29daae1bc
checksum/config: 955506cc82b2523739f96aa63de8d1ad9aace977dd3acbabe56b572eb81a8083
spec:
serviceAccountName: default-splunk-otel-collector
nodeSelector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,7 @@ data:
- job_name: otel-agent
metric_relabel_configs:
- action: drop
regex: otelcol_rpc_.*
source_labels:
- __name__
- action: drop
regex: otelcol_http_.*
regex: promhttp_metric_handler_errors.*
source_labels:
- __name__
- action: drop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,7 @@ data:
- job_name: otel-k8s-cluster-receiver
metric_relabel_configs:
- action: drop
regex: otelcol_rpc_.*
source_labels:
- __name__
- action: drop
regex: otelcol_http_.*
regex: promhttp_metric_handler_errors.*
source_labels:
- __name__
- action: drop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
component: otel-collector-agent
release: default
annotations:
checksum/config: 898522bb08d9654c1f6651b899ab755e2571b7a7db9a8b98f1ee8088c378d1c1
checksum/config: 0e256de2e1dd7b17df9758802f3c4a00509a7b531270fb642384694e3d079b98
kubectl.kubernetes.io/default-container: otel-collector
spec:
hostNetwork: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
component: otel-k8s-cluster-receiver
release: default
annotations:
checksum/config: da3283eeb9708564847b3e5e075a8eb9f627547e77b40c669289d43cba155a71
checksum/config: c42cb1583d693dc14d6ad2977c155843810e3a7c1e7fb3aae3daea5d8914879d
spec:
serviceAccountName: default-splunk-otel-collector
nodeSelector:
Expand Down
Loading

0 comments on commit 2801bf1

Please sign in to comment.