You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -294,12 +294,12 @@ for more information on the `/jobs` endpoint.
294
294
295
295
### Is the Target Allocator enabled? Is Prometheus service discovery enabled?
296
296
297
-
If the `curl` commands above don’t show a list of expected `ServiceMonitor`s and
297
+
If the `curl` commands above don't show a list of expected `ServiceMonitor`s and
298
298
`PodMonitor`s, you need to check whether the features that populate those values
299
299
are turned on.
300
300
301
301
One thing to remember is that just because you include the `targetAllocator`
302
-
section in the `OpenTelemetryCollector` CR doesn’t mean that it’s enabled. You
302
+
section in the `OpenTelemetryCollector` CR doesn't mean that it's enabled. You
303
303
need to explicitly enable it. Furthermore, if you want to use
304
304
[Prometheus service discovery](https://github.com/open-telemetry/opentelemetry-operator/blob/main/cmd/otel-allocator/README.md#discovery-of-prometheus-custom-resources),
305
305
you must explicitly enable it:
@@ -325,7 +325,7 @@ spec:
325
325
```
326
326
327
327
See the full `OpenTelemetryCollector`
328
-
[resource definition in "Do you know if metrics are actually being scraped?"](#do-you-know-if-metrics-are-actually-beingscraped).
328
+
[resource definition in "Do you know if metrics are actually being scraped?"](#do-you-know-if-metrics-are-actually-being-scraped).
329
329
330
330
### Did you configure a ServiceMonitor (or PodMonitor) selector?
331
331
@@ -374,7 +374,7 @@ spec:
374
374
```
375
375
376
376
See the full `ServiceMonitor`
377
-
[resource definition in "Do you know if metrics are actually being scraped?"](#do-you-know-if-metrics-are-actually-beingscraped).
377
+
[resource definition in "Do you know if metrics are actually being scraped?"](#do-you-know-if-metrics-are-actually-being-scraped).
378
378
379
379
In this case, the `OpenTelemetryCollector` resource's
380
380
`prometheusCR.serviceMonitorSelector.matchLabels`is looking only for
@@ -386,7 +386,7 @@ Allocator will fail to discover scrape targets from that `ServiceMonitor`.
386
386
387
387
{{% alert title="Tip" %}}
388
388
389
-
The same applies if you’re using a [PodMonitor]. In that case, you would use a
389
+
The same applies if you're using a [PodMonitor]. In that case, you would use a
0 commit comments