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 an NLOG OTLP layout #1701

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

Provide an NLOG OTLP layout #1701

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

Comments

@thompson-tomo
Copy link

thompson-tomo commented Apr 28, 2024

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 NLog

Additional context.

Logging exporter has been raised as #1700 & #1702 will be the serilog target

@reyang reyang added the enhancement New feature or request label May 13, 2024
@martinjt
Copy link
Member

martinjt commented Jun 2, 2024

This would need to be something that NLog builds an exporter.

The OpenTelemetry project supports the OTLP format using Protobuf as an exporter. Consider using the OpenTelemetry Collector to do the translation.

@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