Jonathan Ballet
Jonathan Ballet
> /traige accepted @dashpole there's a typo here ;) Also, I'm happy to help on this feature, if needed :+1:
I created https://github.com/kubernetes/kube-state-metrics/pull/2303 to fix the issue. Looking at the code base, it seems [the `volumeattachment`-related metrics](https://github.com/kubernetes/kube-state-metrics/blob/90bd24f27c618ce916db4cd9da34d854d49db5b6/internal/store/volumeattachment.go#L106) may have the same issue.
Hi @EverettBerry , I'm not using AWS anymore, but this looks great :) One issue perhaps: the "discoverability" of this feature may need a hint or something like that, I'm...
It looks like the official Python client implementation is more like a "demo" rather than a production ready implementation, but I think it's a good idea to offer this mechanism...
@jacobtomlinson yes, that's fair :bow: I still plan to take a look, but it took a bit longer than expected and I've been busy with other things. If someone else...
@aisbaa I'm not sure I can commit in your branch, but if you open the ["File changed" tab](https://github.com/prometheus-operator/runbooks/pull/45/files) at the top-right, you should be able to batch all the changes...
@diorcety do you have a test that you could add to show the problem and how your change fixes it?
@sbuettner Last time we discussed back in July, you also mentioned that it was important for the Connectors Bundle to integrate with existing proxies that already exist on-premise for self-managed...
> In my application it looks like key-value pairs attached via structlog's contextvar support make it into the GCP payload. It would be nice to merge these values in as...
@blakewatters I released https://github.com/multani/structlog-gcp/releases/tag/v0.3.0 which provides context variables support by default. If you were using this before: ```python processors = structlog_gcp.build_processors() processors.insert(0, structlog.contextvars.merge_contextvars) structlog.configure(processors=processors) ``` ... you can now upgrade...