You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# NOTE: Prior to v0.86.0 use `logging` instead of `debug`.
1054
1047
debug:
@@ -1057,12 +1050,13 @@ exporters:
1057
1050
endpoint: localhost:14317
1058
1051
tls:
1059
1052
insecure: true
1053
+
sending_queue:
1054
+
batch:
1060
1055
1061
1056
service:
1062
1057
pipelines:
1063
1058
traces:
1064
1059
receivers: [otlp, tailtracer]
1065
-
processors: [batch]
1066
1060
exporters: [otlp/jaeger, debug]
1067
1061
telemetry:
1068
1062
logs:
@@ -1084,7 +1078,6 @@ The output should look like this:
1084
1078
2023-11-08T21:38:36.621+0800 info service@v0.88.0/telemetry.go:201 Serving Prometheus metrics {"address": ":8888", "level": "Basic"}
1085
1079
2023-11-08T21:38:36.621+0800 info exporter@v0.88.0/exporter.go:275 Development component. May change in the future. {"kind": "exporter", "data_type": "traces", "name": "debug"}
2023-11-09T11:38:19.890+0800 info exporter@v0.88.0/exporter.go:275 Development component. May change in the future. {"kind": "exporter", "data_type": "traces", "name": "debug"}
0 commit comments