Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jan 16, 2024
1 parent 6aa6fda commit 4c5b836
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions content/en/blog/2022/k8s-otel-expose/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ in this setup are mentioned in brackets.
[v1.2.1] installed.
- A Kubernetes [v1.23.3] edge cluster to create a test cluster. Using
[Kind](https://kind.sigs.k8s.io/) is recommended.
- Installed [OpenTelemetry Operator](/docs/kubernetes/operator/) [v0.58.0]
on both ends.
- Installed [OpenTelemetry Operator](/docs/kubernetes/operator/) [v0.58.0] on
both ends.
- Installed [Jaeger Operator](https://www.jaegertracing.io/docs/1.37/operator/)
[v1.37.0] on your public cluster.
- Installed [cert-manager](https://cert-manager.io/) [v1.9.1] on your public
Expand Down
7 changes: 3 additions & 4 deletions content/en/docs/collector/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ it allows your service to offload data quickly and the collector can take care
of additional handling like retries, batching, encryption or even sensitive data
filtering.

It is also easier to [setup a collector](quick-start) than you might
think: the default OTLP exporters in each language assume a local collector
endpoint, so if you launch a collector it will automatically start receiving
telemetry.
It is also easier to [setup a collector](quick-start) than you might think: the
default OTLP exporters in each language assume a local collector endpoint, so if
you launch a collector it will automatically start receiving telemetry.

## Status and releases

Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/collector/management.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ deployment at scale.
To get the most out of this page you should know how to install and configure
the collector. These topics are covered elsewhere:

- [Quick Start](/docs/collector/quick-start/) to understand how to install
the OpenTelemetry Collector.
- [Quick Start](/docs/collector/quick-start/) to understand how to install the
OpenTelemetry Collector.
- [Configuration][otel-collector-configuration] for how to configure the
OpenTelemetry Collector, setting up telemetry pipelines.

Expand Down
6 changes: 3 additions & 3 deletions content/en/docs/languages/python/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -640,9 +640,9 @@ emitted to the console, with separate counts for each roll value:

## Send telemetry to an OpenTelemetry Collector

The [OpenTelemetry Collector](/docs/collector/) is a critical
component of most production deployments. Some examples of when it's beneficial
to use a collector:
The [OpenTelemetry Collector](/docs/collector/) is a critical component of most
production deployments. Some examples of when it's beneficial to use a
collector:

- A single telemetry sink shared by multiple services, to reduce overhead of
switching exporters
Expand Down

0 comments on commit 4c5b836

Please sign in to comment.