bug(logs): lost otel log format/schema #766

Closed
opened 2026-03-28 04:28:19 +00:00 by mfreeman451 · 0 comments
Owner

Imported from GitHub.

Original GitHub issue: #2339
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/2339
Original created: 2026-01-18T07:55:02Z


Describe the bug
It seems like we've lost the OTEL logs format/schema or at least we stopped showing it in the observability/logs page.

There are the only columns we see for logs now:

Time | Level | Service | Message

example log message:

Log Entry
5a89f0b3-cdd5-42c2-a811-88b2c1f20653

Level
INFO
Time
2026-01-18 07:50:36 UTC
Message Body
ProcessBatch called
Additional Metadata
Attributes
attributes={"message_count":"1"},resource={"service.name":"serviceradar-db-event-writer","service.version":"1.0.0"},scope=db-writer-service
Created At
2026-01-18T07:51:06.251634Z
Resource Attributes
—
Scope Version
—
Service Instance
—
Service Version
—

Otel Logs, Otel Metrics, and Otel Traces, should all be in OTEL logs format. It is not clear yet if flowgger (syslog/gelf) should also be in otel format or if they should go into OCSF, I think just to be consistent, they should all just go into an OTEL format. Aligning with OCSF works great for datalakes, but OTEL is a more prevalent standard/requirement for most enterprises I think.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Imported from GitHub. Original GitHub issue: #2339 Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/2339 Original created: 2026-01-18T07:55:02Z --- **Describe the bug** It seems like we've lost the OTEL logs format/schema or at least we stopped showing it in the observability/logs page. There are the only columns we see for logs now: `Time | Level | Service | Message` example log message: ``` Log Entry 5a89f0b3-cdd5-42c2-a811-88b2c1f20653 Level INFO Time 2026-01-18 07:50:36 UTC Message Body ProcessBatch called Additional Metadata Attributes attributes={"message_count":"1"},resource={"service.name":"serviceradar-db-event-writer","service.version":"1.0.0"},scope=db-writer-service Created At 2026-01-18T07:51:06.251634Z Resource Attributes — Scope Version — Service Instance — Service Version — ``` Otel Logs, Otel Metrics, and Otel Traces, should all be in OTEL logs format. It is not clear yet if flowgger (syslog/gelf) should also be in otel format or if they should go into OCSF, I think just to be consistent, they should all just go into an OTEL format. Aligning with OCSF works great for datalakes, but OTEL is a more prevalent standard/requirement for most enterprises I think. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] **Smartphone (please complete the following information):** - Device: [e.g. iPhone6] - OS: [e.g. iOS8.1] - Browser [e.g. stock browser, safari] - Version [e.g. 22] **Additional context** Add any other context about the problem here.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar#766
No description provided.