Closed seizethedave closed 4 days ago
This allows the otel-collector containers available in monolithic development mode to write basic logs to the screen. With this, you begin to see output on the screen like this:
otel-otlp-1 | 2024-11-21T19:38:17.580Z info Metrics {"kind": "exporter", "data_type": "metrics", "name": "debug", "resource metrics": 1, "metrics": 20, "data points": 22}
... which is useful when testing locally. (Especially when writes are failing.)
CHANGELOG.md
[CHANGE]
[FEATURE]
[ENHANCEMENT]
[BUGFIX]
about-versioning.md
What this PR does
This allows the otel-collector containers available in monolithic development mode to write basic logs to the screen. With this, you begin to see output on the screen like this:
... which is useful when testing locally. (Especially when writes are failing.)
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
.about-versioning.md
updated with experimental features.