Martijn Evers
Martijn Evers
@hiddeco Thank you, I checked the feature but it only seems to support status. That would cover the usecase of for instance getting resources that are not ready, but not...
Is this feature still planned? We are looking for a way to scrape VM guest metrics with Promitor but seeing as those are in a different metrics namespace, for now...
> This is definately still planned but hasn't been implemented yet. Are you open to taking a stab at this? Unfortunately, I do not really know my way around C#...
Those are default Go metrics I believe. If there are any time series you don't want to ingest/scrape, use a metric relabel with **drop** action. Check here: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config Or a...
Running into the same issue with Azure Blob storage, already at 7 days of data. Here are my relevant settings: ``` --query.timeout=5m --store.unhealthy-timeout=5m --store.response-timeout=5m ``` Also changed --query.default-step to 5m,...
I created a test image from Thanos v0.27.0 where I changed gRPCInfoCallTimeout to 30 seconds and I'm no longer running into the issue. @italux and @anoop2503 maybe you can test...
What does your object store configuration file look like? It looks like it's trying to connect to the regular host name, rather than the private endpoint. Normally, that would be...
I just ran across this issue also and I have to say I agree with @toastbrotch , if proxy caches are being used and deployment security is enabled, vulnerable and/or...
@OrlinVasilev as discussed.
The error seems to be pointing towards an error in your logic somewhere. In your examples the snippet where you are incrementing your countervec is missing. I've seen this error...