Joshua Powers
Joshua Powers
Hi, When you say offset time, what is your use-case for this offset? Is it a delay in notification? Thanks
Based on the [API docs](https://docs.influxdata.com/influxdb/v2/api/#operation/GetChecks), it does look like the threshold type check has a `offset` parameter that is not exposed in this client library. We can investigate this further,...
Hi, Were you able to resolve your issue? Are you closing the client or the writeapi? Take a look at the response in this other issue: https://github.com/influxdata/influxdb-client-java/issues/469
Have you tried the example in the issue I linked to as an alternative?
Hi, Thanks for this feature request, sorry no one has gotten back to you yet. It looks like the cgroup plugin keeps a regex and parser depending on the file...
@bednar - looks like we are re-using the `AuthenticateInterceptor` causing problems with re-use. Can you confirm?
next steps: review PR
> Any updates on this? As the next steps state, take a look at the discussion on the PR in #11683, specifically [this comment](https://github.com/influxdata/telegraf/pull/11683#issuecomment-1225924824).
Thanks for the replies!
> powerstat_core_cpu_frequency_mhz metric reports a frequency with value 0 for isolated cores. @zak-pawel the current behavior when we cannot get the frequency seems correct. However, there is a second question...