krmeda removed a comment on issue #3053: Integration with micrometer?
URL: https://github.com/apache/skywalking/issues/3053#issuecomment-577743091
 
 
   I am interested in seeing micrometer support, because as an application 
developer I am interested in making custom metrics in one abstraction layer. 
For Spring Boot + Java language micrometer is giving me the flexibility to 
create metrics and then decide later at runtime where the metric needs to go or 
who it integrates to.
   
   If Skywalking uses agents to gather information, then proposal would be to 
have an implementation of micrometer 
`MeterRegistry`[here](https://micrometer.io/docs/guide/customMeterRegistry) to 
plug into the existing skywalking metrics ingesting capabilities.  
   
   That would allow for use cases where in development environment, i can bring 
up just my micro-service, and automated test my microservice is creating custom 
metric correctly using a prometheus exporter but in live environments, I turn 
on skywalking agent and have metrics stream.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to