I _just_ noticed that Micrometer has a Stackdriver metrics registry. But I did not find any documentation on setting up in http://micrometer.io/docs
Any pointers on how this is to be used, and where I can contribute docs to? Thanks!
@saturnism Thanks for opening an issue! It'd be nice if you contribute docs for it in the referenced issue.
I'd love to contribute - but I need to know how to use it first ;) Any snippets on how to start configuring this would be useful before I can start contributing to the doc :)
@saturnism This sample is what I used for testing before. I updated it to the latest versions and it seems to work as follows:
...
2019-10-26 08:02:00.611 DEBUG 86157 --- [trics-publisher] i.m.s.StackdriverMeterRegistry : successfully sent 58 TimeSeries to Stackdriver
2019-10-26 08:02:47.592 DEBUG 86157 --- [trics-publisher] i.m.s.StackdriverMeterRegistry : successfully sent 61 TimeSeries to Stackdriver
2019-10-26 08:03:49.589 DEBUG 86157 --- [trics-publisher] i.m.s.StackdriverMeterRegistry : successfully sent 61 TimeSeries to Stackdriver
...
Hope that helps.
This is great! Thanks for the pointer. I'll help w/ the doc.
Most helpful comment
This is great! Thanks for the pointer. I'll help w/ the doc.