You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add documentation for obsreport. I have limited context, so I added documentation based on what I could find in the code. Please let me know if there are additions I should make.
Fixes: open-telemetry#11437
obsreport is a framework used to create internal telemetry inside components. There used to be some documentation in https://github.com/open-telemetry/opentelemetry-collector/blob/v0.96.0/obsreport/doc.go, but this got removed.
We should document how to use obsreport inside components, e.g. should implement
Start<>Op/End<>Op
.I think documenting this in service/telemetry/README.md would be a good place as obsreport uses tracer/ meter from this package.
The text was updated successfully, but these errors were encountered: