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

Provide a Serilog renderer #1702

Closed
thompson-tomo opened this issue Apr 28, 2024 · 1 comment
Closed

Provide a Serilog renderer #1702

thompson-tomo opened this issue Apr 28, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@thompson-tomo
Copy link

What are you trying to achieve?

I want my structured logging to mirror the structure of the OTLP model. This is so that i can use an agent to upload my files to an OTLP endpoint. This will mean that we would need, a couple of layouts -> Traces, Metrics etc and able to specify that layout like we do with Elastic.CommonSchema for Serilog.

Additional context.

Logging exporter has been raised as #1700 & #1701 is the nlog target issue

@thompson-tomo thompson-tomo changed the title Provide a Serilog renderred Provide a Serilog renderer Apr 28, 2024
@reyang reyang added the enhancement New feature or request label May 13, 2024
@martinjt
Copy link
Member

martinjt commented Jun 2, 2024

This would be something that those projects would need to support. The OpenTelemetry project would not be providing this kind of output.

For file uploading, look at the OpenTelemetry collector, run it on the machine, and have that write these to files so that it can be used in a separate location to upload them.

@martinjt martinjt closed this as not planned Won't fix, can't repro, duplicate, stale Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants