Phillip Carter
Phillip Carter
So there's at least two places to link people to: System.Diagnostics, of which a subset is related to OpenTelemetry (there is no opentelemetry subnamespace): https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics?view=net-6.0 (the history here is that...
I will close this for now. Collector API is indeed an open question, but also not independent of several other collector docs.
Regarding this proposed sentence: > This library allows to export telemetry data in the OpenTelemetry Protocol (OTLP) format to the OpenTelemetry Collector and OTLP-compliant backends/receivers I would propose something similar,...
Another improvement would be to have an example or two of configuring automatic instrumentation for one of the supported languages (Java, Python, JS, .NET)
I think we should consider rewriting it, since it's an important conceptual topic. But I wouldn't really know what to say about it right now. I don't think it's actively...
Awesome, thank you @theghostmac. I'll assign you to this issue for now.
@theghostmac have you had a chance to look through feedback here?
Yes, please! This would allow for use of rewrap on the relevant files if code moves to code blocks.
It's worth noting that FParsec now targets .NET Standard 1.6.
It's actually very possible and works very well: https://github.com/dotnet/fsharp/pull/10295 The remaining work is to wire up roslyn-based options into this.