Dekel Pilli

Results 9 comments of Dekel Pilli

In my experience, this can happen when the core/max pool size on the `ThreadPoolTaskExecutor` is too low, especially if you're listening to many queues and only one or two stop...

Just adding that we're not experiencing this problem (with 0.35 or 0.36): ```toml [sinks.prw] type = "prometheus_remote_write" inputs = [ "..." ] endpoint = "http://.../api/v1/push" tenant_id = "tid" healthcheck.enabled =...

I know this is an old issue, but just a heads up - the above implementation can be buggy, especially around lower values of `n`: ```js > main("03a", "2", 1,...

That's fair. I didn't mean to suggest that this plugin would try to detect the presence of these frameworks and their valid use cases, but maybe just assume that config...

Was just about to report this. In addition to what is specified here, it seems to mess with the user page of whoever owns the page. The following is a...

I had to add the following `reachability-metadata.json` to make my webclient-using app(s) work: ```json { "reflection": [ { "type": "io.helidon.common.mapper.spi.MapperProvider" }, { "type": "io.helidon.common.mapper.DefaultMapperProvider__ServiceDescriptor", "fields": [ { "name": "INSTANCE" }...

I wasn't aware of `helidon-graal-native-image-extension`, I removed the reachability-metadata above and added this dependency and it does indeed work. That said, I realised that the error in the original issue...

Thanks for getting on that so quickly. > BTW, does this work for you as a workaround? (delta({__name__="my_metric"}[1m] offset 15s) * 60) > 100 or vector(0) No, because we expect...

I can create a separate issue if you prefer, but there's currently a bug where queries that use `{__name__="metric_name"}` instead of the sugar alternative (`metric_name{}`) cause greptime to attempt to...