Wen Long
Wen Long
@a0s If I am not mistaken, currently prometheus-operator don't support the mounting of a custom web-config.
@PhilipGough thanks for the review! These are the few changes that I made in the latest commit, please have a look. - add operatorVersion, opImage, exampleDir, resourcesDir as framework struct...
@PhilipGough seems like some of my code were deleted after the merge. I wondering why there is no merge conflict. Is it better if I open another branch based on...
Pending Works: - config-reload with auth - prometheus's thanos sidecar with auth - health check probe with auth - e2e test case - documentation, function name, error message
Opened https://github.com/prometheus/exporter-toolkit/pull/106 to tackle the health check probe with auth
Hi @simonpasquier , I saw you suggested to create a user/password for config-reloader and thanos-sidecar. For different "Prometheus" CRD Object, I am thinking to use a fix username("prometheus-operator-managed-user"), generate a...
@nourspace good point! But I think Grafana is out of scope for prometheus-operator. Probably got to do another PR at https://github.com/prometheus-operator/kube-prometheus or https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack. Maybe I can take a look as...
got it!
I did some troubleshooting on this issue and I think the error message is come from the `badger`. This line of code(https://github.com/dgraph-io/badger/blob/master/txn.go#L357) match the error message above. Let me study...
I think this issue is fixed by https://github.com/parca-dev/parca/pull/1178. Since this PR introduce some hashing to reduce the length of key.