-
Notifications
You must be signed in to change notification settings - Fork 198
Open
Labels
Description
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
baribadamshin and naftaly