Skip to content

Commit

Permalink
Additional fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
theletterf committed Nov 8, 2023
1 parent 117502a commit 9c85b18
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions content/en/docs/collector/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Configuration
weight: 20
description: Learn how to configure the Collector to suit your needs
# prettier-ignore
cSpell:ignore: cfssl cfssljson fluentforward gencert genkey hostmetrics initca loglevel OIDC oidc otlphttp pprof prodevent prometheusremotewrite servicegraph spanevents spanmetrics upsert zpages
cSpell:ignore: cfssl cfssljson fluentforward gencert genkey hostmetrics initca loglevel OIDC oidc otlphttp pprof prodevent prometheusremotewrite servicegraph spanevents spanmetrics upsert zpages struct
---

<!-- markdownlint-disable link-fragments -->
Expand Down Expand Up @@ -563,8 +563,9 @@ section. See the full list of `logs` options
The `metrics` subsection lets you configure metrics generated by the Collector.
By default, the Collector generates basic metrics about itself and expose them
for scraping at <http://localhost:8888/metrics>. For the full list of options
for the `metrics` subsection, see the
[`ServiceTelemetryMetrics struct`](https://github.com/open-telemetry/opentelemetry-collector/blob/7666eb04c30e5cfd750db9969fe507562598f0ae/config/service.go#L99-L111) comments.
for the `metrics` subsection, see the
[`ServiceTelemetryMetrics struct`](https://github.com/open-telemetry/opentelemetry-collector/blob/7666eb04c30e5cfd750db9969fe507562598f0ae/config/service.go#L99-L111)
comments.

The following example shows Collector telemetry configuration:

Expand Down Expand Up @@ -633,7 +634,7 @@ Each authentication extension has two possible usages:

For a list of known authenticators, see the
[Registry](/ecosystem/registry/?s=authenticator&component=extension). If you're
interested in developing a custom authenticator, see
interested in developing a custom authenticator, see
[Building a custom authenticator](../custom-auth).

To add a server authenticator to a receiver in the Collector, follow these
Expand Down

0 comments on commit 9c85b18

Please sign in to comment.