We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allow instrumentation to use MetricKit created OSLog instances. This will allow any signposts data to be emitted into MetricKit payloads https://developer.apple.com/documentation/metrickit/mxmetricmanager/makeloghandle(category:)
Signposts will be created as metrics here: https://developer.apple.com/documentation/metrickit/mxsignpostmetric
And if there is a diagnostic captured within the interval of the payload, signposts will be correlated against issues here: https://developer.apple.com/documentation/metrickit/mxdiagnostic/signpostdata
The text was updated successfully, but these errors were encountered:
Have you taken a look at https://github.com/open-telemetry/opentelemetry-swift/tree/main/Sources/Bridges/OTelSwiftLog ? Does this satisfy your needs? If not, we can expand it.
Sorry, something went wrong.
No branches or pull requests
Allow instrumentation to use MetricKit created OSLog instances. This will allow any signposts data to be emitted into MetricKit payloads
https://developer.apple.com/documentation/metrickit/mxmetricmanager/makeloghandle(category:)
Signposts will be created as metrics here:
https://developer.apple.com/documentation/metrickit/mxsignpostmetric
And if there is a diagnostic captured within the interval of the payload, signposts will be correlated against issues here:
https://developer.apple.com/documentation/metrickit/mxdiagnostic/signpostdata
The text was updated successfully, but these errors were encountered: