File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ for using Fluentd to export OpenTelemetry traces and metrics.
5
5
6
6
The telemetry data have been provided by js application in ` app ` directory.
7
7
8
- * metrics.js: OpenTelemetry instrumented application that exports metrics to an endpoint (Fluentd) using the otlp protocol
9
- * tracing.js: OpenTelemetry instrumented application that exports trace data to an endpoint (Fluentd) using the otlp protocol
8
+ * metrics.js: OpenTelemetry instrumented application that exports metrics to an endpoint (Fluentd) using the OpenTelemetry protocol
9
+ * tracing.js: OpenTelemetry instrumented application that exports trace data to an endpoint (Fluentd) using the OpenTelemetry protocol
10
10
11
11
### Structure
12
12
Original file line number Diff line number Diff line change 1
1
<source>
2
- @type otlp
3
- tag otlp
2
+ @type opentelemetry
3
+ tag opentelemetry
4
4
5
5
# Experimental
6
6
# <grpc>
14
14
</http>
15
15
</source>
16
16
17
- <match otlp .**>
18
- @type otlp
17
+ <match opentelemetry .**>
18
+ @type opentelemetry
19
19
<buffer []>
20
20
@type memory
21
21
flush_mode immediate
You can’t perform that action at this time.
0 commit comments