marcingrzejszczak commented on issue #9578: URL: https://github.com/apache/skywalking/issues/9578#issuecomment-1325137222
So I've started to look into this and I don't really know how to start. What I see is that the current micrometer integration actually creates the `MeterRegistry` and integrates with the Skywalking internals. Skywalking has an abstraction for a Span and a Metric. With Micrometer 1.10.x we are introducing a new abstraction called Observation which could actually in cases of Timer like metrics be reconsidered to be used instead of other abstractions. That way depending on what you have on the classpath you could then trigger metric and span creation yourself. I think we could have a chat about this either here or on Zoom to discuss how we should proceed. WDYT? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
