Skip to content

Commit

Permalink
docs(opentelemetry): add title to code blocks (#25496)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Oct 30, 2023
1 parent bb0a2d3 commit 21063f7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/usage/examples/opentelemetry.md
Expand Up @@ -8,9 +8,7 @@ Requirements:

Create a `docker-compose.yaml` and `otel-collector-config.yml` file as seen below in a folder.

`docker-compose.yaml`:

```yaml
```yaml title="docker-compose.yaml"
version: '3'
services:
# Jaeger
Expand All @@ -36,9 +34,7 @@ services:
- jaeger
```

`otel-collector-config.yml`:

```yaml
```yaml title="otel-collector-config.yml"
receivers:
otlp:
protocols:
Expand Down

0 comments on commit 21063f7

Please sign in to comment.