Hans Kristian Flaatten
Hans Kristian Flaatten
@trask `-Dhttp.nonProxyHosts=*.some-namespace` is set via `JAVA_PROXY_OPTIONS` and does not apear to be respected by OkHTTP in this instance.
Thanks @CanRau, I have seen Sanity mentioning Portable Text in a blog post, that sort of explains why this is only focusing on the presentation given that sanity has their...
I get this all the time now.... didn't used to be like this before.
Yes, this can be closed now.
We have this issues from time to time as well. No noticable change upgrading to Loki v3.3.0. Restart seams to help for a while but then it reapers.
I can not find `flush_to_storage` documented under the tempo config page for metrics generator: https://grafana.com/docs/tempo/latest/configuration/#metrics-generator
@vlad-diachenko @hervenicol anything I can do to help unblock a fix for this issue?
I can confirm that adding the `prometheus.io/service-monitor: "false"` label to the gateway pods disables the erroneous scraping: ``` gateway: service: labels: prometheus.io/service-monitor: "false" ```
The example code should read: ``` js var authURL = oauth2.getAuthorizeUrl({ ..., scope: 'repo,user', ..., }); ```