We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6060a commit 7276b56Copy full SHA for 7276b56
content/en/blog/2025/otel-collector-k8s-discovery.md
@@ -1,7 +1,7 @@
1
---
2
title: Kubernetes annotation-based discovery for the OpenTelemetry Collector
3
linkTitle: K8s annotation-based discovery
4
-date: 2025-01-23
+date: 2025-01-24
5
author: >
6
[Dmitrii Anoshin](https://github.com/dmitryax) (Cisco/Splunk), [Christos
7
Markou](https://github.com/ChrsMark) (Elastic)
@@ -115,8 +115,8 @@ can be used to scrape metrics from it:
115
io.opentelemetry.discovery.metrics/scraper: nginx
116
```
117
118
-Apart from that, the discovery on the pod needs to be explicitly enabled with the
119
-following annotation:
+Apart from that, the discovery on the pod needs to be explicitly enabled with
+the following annotation:
120
121
```yaml
122
io.opentelemetry.discovery.metrics/enabled: 'true'
0 commit comments