Filip Petkovski

Results 289 comments of Filip Petkovski

Thanks for creating the issue, would https://github.com/kubernetes/kube-state-metrics/pull/1656 solve your problem?

@Serializator Thanks for chiming in with the implementation of #1656. Extending that work would definitely be a good way to add support for regex matchers. Let's keep this issue open...

``` I believe this is needed so that it is possible to easily write queries with joins between pods and their ancestors ``` Is that because you currently need to...

Can you use `label_replace` to inject the desired label? e.g. ``` label_replace(kube_pod_info{created_by_kind="ReplicaSet"}, "deployment", "$1", "created_by_name", "(.+)-.+") ```

Thanks for the feedback. Could you point me to where the dependency to client_golang is introduced in this PR? Do you mean because we are referencing the TLS config?

Ah yes, that seems to be correct: https://github.com/prometheus/common/commit/038724fffa024b190650f1cf95adaf7fd57eaa96#diff-cdb28b391884a82ef481177749e35ba9c3c54bda95d93ffe3d5f3ba1c67c2c5eR35

What do you mean by this? Isn't the TLS server name a user provided config?

We are also hitting this problem, anything we can help with to move the PR forward?

I would also be interested in having the label value explicitly set when starting the proxy in order to avoid running another component that will enforce the value. I can...

Hi Simon! :) That makes sense, i've raised a PR to add a capability for a fixed label value: https://github.com/prometheus-community/prom-label-proxy/pull/116