Ben Sully

Results 45 comments of Ben Sully

Good catch @Rauks! Thanks for replying here, glad you found the cause. I'm not even sure there's a good way of avoiding that, unless I split the struct up into...

Not currently, no. I'd accept a PR to add a method to `PrometheusMetrics` to include/exclude routes, possibly based on a closure accepting a `Request`? It would probably require us to...

I think I may just have run into this too, perhaps due to https://github.com/bytecodealliance/cargo-component/issues/229? Is there any way of pointing `transpile` to the original WIT file to get the comments...

Huh, well I found a workaround: after running `jco transpile` I can run `jco types` and point it at the original WIT file to get the types with doc comments....

The example datasource plugin at https://github.com/sd2k/grafana-sample-backend-plugin-rust/ might be helpful here - you can use the docker-compose file there to set up the plugin alongside Grafana.

It looks like the augurs failing tests are sorted now, but there are a couple of failing tests related to stddev / alphabetical sorting.

Copy-wise, the proposed description sounds more like the [changepoint detection](https://grafana.com/developers/scenes/scenes-ml/changepoint-detection) (within series) algorithm rather than the [outlier detection](https://grafana.com/developers/scenes/scenes-ml/outlier-detection) (between series) algorithm. Closer to the truth would be something like: >...

> > Copy-wise, the proposed description sounds more like the [changepoint detection](https://grafana.com/developers/scenes/scenes-ml/changepoint-detection) (within series) algorithm rather than the [outlier detection](https://grafana.com/developers/scenes/scenes-ml/outlier-detection) (between series) algorithm. Closer to the truth would be something...