We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 647fbc7 commit 0c382eeCopy full SHA for 0c382ee
docs/examples/logs/README.rst
@@ -12,15 +12,15 @@ Start the Collector locally to see data being exported. Write the following file
12
13
# otel-collector-config.yaml
14
receivers:
15
- otlp:
+ otlp:
16
protocols:
17
- grpc:
18
-
19
- exporters:
20
- logging:
+ grpc:
21
22
processors:
23
- batch:
+ batch:
+
+ exporters:
+ logging:
24
25
service:
26
pipelines:
@@ -78,4 +78,4 @@ The resulting logs will appear in the output from the collector and look similar
78
Body: Hyderabad, we have a major problem.
79
Trace ID: 63491217958f126f727622e41d4460f3
80
Span ID: d90c57d6e1ca4f6c
81
- Flags: 1
+ Flags: 1
0 commit comments