David Calvert
David Calvert
Not sure if it's normal but: - there's a lot of empty labels in your metric... - you have the `image` label but not the `container` one, instead, you have...
At least, you can kinda test the dashboard now! Just realized I missed the label name because it was a new line! The `container` label equivalent is `container_label_io_kubernetes_container_name` in your...
Found this: https://github.com/k3s-io/k3s/issues/66, looks like ZFS support for k3s is a dead end for now... Will this be something for you https://github.com/k3s-io/k3s/issues/66#issuecomment-520183720 ?
Hi @reefland, Did you manage to make everything working together? Would be cool to share it if someone with a similar setup ends up reading this thread :blush: As it's...
I had the same problem (https://github.com/opendistro-for-elasticsearch/opendistro-build/issues/702), you need to set a value to `securityConfigSecret`. Here's an example on my PR: https://github.com/opendistro-for-elasticsearch/opendistro-build/pull/750 Add a comment / thumbs-up on the PR if...
> For completeness, here's the needed config > > ``` > query_range: > split_queries_by_interval: 24h > > frontend: > max_outstanding_per_tenant: 1024 > ``` This worked for my setup, thanks!
Hi! Email sent to @mrueg for `kube-state-metrics`
@pborn-ionos answer is correct, you can use any parameter from http://docs.grafana.org/installation/configuration/ in: ``` grafana: grafana.ini: ``` Grafana is a sub-chart of kube-prometheus-stack so you can also use any values from...
Same as https://github.com/prometheus-community/helm-charts/issues/2316 Closing
Agree with the previous comments, this should be done directly in [prometheus-operator/prometheus-operator](https://github.com/prometheus-operator/prometheus-operator) Closing this PR.