Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to structure Event message format as JSON #1012

Open
vordimous opened this issue May 8, 2024 · 0 comments
Open

Option to structure Event message format as JSON #1012

vordimous opened this issue May 8, 2024 · 0 comments
Labels
story Feature description from user's perspective

Comments

@vordimous
Copy link
Contributor

vordimous commented May 8, 2024

Describe the desired outcome from the user's perspective
As a DevOps observability admin, I want to parse all parts of log messages programmatically. Having a static structure for log messages enables static text parsing methods. Variable parts of log messages should be configurable to output as JSON instead of a flat test string.

Acceptance criteria

  • The stdout exporter has the option to print raw text or unformatted JSON.
  • The otlp exporter can send the Event message in the body as a flat string or JSON string.
  • Use JSON as the default format

Additional context
Open Telemetry Logs Data model body field

@vordimous vordimous added the story Feature description from user's perspective label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
story Feature description from user's perspective
Projects
None yet
Development

No branches or pull requests

1 participant