rafal-dudek

Results 9 comments of rafal-dudek

Hello, I noticed a problems in 2 of our applications using StackdriverMeterRegistry from micrometer 1.6.6. The errors are like this: `com.google.api.gax.rpc.InvalidArgumentException: io.grpc.StatusRuntimeException: INVALID_ARGUMENT: Field timeSeries[6].points[0].distributionValue had an invalid value: Distribution...

When requesting for alerts data, Grafana is receiving generatorURL field anyway, so it could be available as Label (column) in datasource.

Can we get some updates on this? Are there any plans to fix the Cumulative types for StackdriverMeterRegistry?

@marcingrzejszczak Here is a sample test: https://github.com/micrometer-metrics/micrometer/compare/main...rafal-dudek:micrometer:stackdriverCounterTest?expand=1 You may want to write it differently in your repo, but I hope it shows you the concept good enough.

Hello, More and more applications in our company have problems with it. E.g.: Micrometer 1.12.0 ``` failed to send metrics to Stackdriver com.google.api.gax.rpc.InvalidArgumentException: io.grpc.StatusRuntimeException: INVALID_ARGUMENT: One or more TimeSeries could...

We have similar problem in our applications. Logs in @GrpcService are inside observation context but logs in GrpcExceptionHandler are not. This prevents us from correlating error to specific transaction. Example:...

I believe this is the same issue as that: https://github.com/micrometer-metrics/micrometer/issues/998 The problem is there since 2018 but looks like on Spring Boot 3.2 it is much more common. We had...

Hello, when can we expect it to be merged? It should fix the issue https://github.com/micrometer-metrics/micrometer/issues/5609

I configured ``` management.metrics.enable.demo.timed.metric=true management.metrics.enable.all=false logging.level.io.micrometer.stackdriver.StackdriverMeterRegistry=TRACE ``` I left only "demo/timed/metric" and "demo/timed/metric/count" in logs for better readability, removing /max, /p50 etc. I can see, that in some minutes count...