Skip to content

Commit d92de57

Browse files
crobert-1XinRanZhAWS
authored andcommitted
[chore][extension/encoding] Update README.md (open-telemetry#31665)
- Fix a typo - The given configuration currently fails validation and startup, so I modified it to be a valid config.
1 parent a0b46e8 commit d92de57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extension/encoding/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ worked towards.
1313

1414
### Development
1515

16-
- Add endcoding extensions support additionally to the existing ways of configuring encodings (where applicable)
16+
- Add encoding extensions support additionally to the existing ways of configuring encodings (where applicable)
1717
to the following components:
1818
- `file receiver`
1919
- `file exporter`
@@ -31,8 +31,8 @@ worked towards.
3131
```yaml
3232
extensions:
3333
zipkin_encoding:
34-
format: proto
35-
version: v1
34+
protocol: zipkin_proto
35+
version: v2
3636

3737
receivers:
3838
kafka:

0 commit comments

Comments
 (0)