logging exporter was renamed to console in 1.37 (#11100)

This commit is contained in:
Gregor Zeitlinger 2024-04-11 16:26:19 +02:00 committed by GitHub
parent e1d31180c6
commit e175df814c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -525,8 +525,8 @@
"name": "otel.logs.exporter",
"values": [
{
"value": "logging",
"description": "The logging exporter prints exported logs to stdout. It's mainly used for testing and debugging."
"value": "console",
"description": "The console exporter prints exported logs to stdout. It's mainly used for testing and debugging."
},
{
"value": "none",
@ -559,8 +559,8 @@
"name": "otel.metrics.exporter",
"values": [
{
"value": "logging",
"description": "The logging exporter prints exported metrics to stdout. It's mainly used for testing and debugging."
"value": "console",
"description": "The console exporter prints exported metrics to stdout. It's mainly used for testing and debugging."
},
{
"value": "none",
@ -609,8 +609,8 @@
"name": "otel.traces.exporter",
"values": [
{
"value": "logging",
"description": "The logging exporter prints the name of the span along with its attributes to stdout. It's mainly used for testing and debugging."
"value": "console",
"description": "The console exporter prints the name of the span along with its attributes to stdout. It's mainly used for testing and debugging."
},
{
"value": "none",