Craig Ringer

Results 113 comments of Craig Ringer
trafficstars

@mx-psi The validate issue was handled separately. I was just using it as an example for why it's important to be able to see the config as actually resolved after...

I landed up dropping all use of DataDog so as the original requestor I won't be able to contribute here.

Looks related to https://github.com/cloudnative-pg/cnpg-i-hello-world/pull/8

This looks really handy, and would help solve some deployment and lifecycle issues with plugins. A few questions: * Does the plugin have to be in the same namespace as...

For anyone else reading this, the missing detail in this ticket seems to be that there's a template variable being substituted in these manifests. kapp's yaml exporter sees that `"${template_variable}"`...

Per my comment https://github.com/jackc/pgx/pull/750#issuecomment-1674032114 , take care before just blindly adopting pgbouncer as a proxy or reverse proxy between pgx and postgres. In session-pooling mode it won't help you much,...

This looks like a really nice improvement. Mostly efficiency and syntactical sugar, but the ability to pick the labels from the time-series with the most recent sample is desirable and...

> By cardinal set of labels, do you mean the identifying labels? I.e., instance and job currently. Right. > We haven't yet thought of syntax for allowing specification of the...

I find this to be a pain point with join patterns, where `*` just means "join on", e.g. in range queries like "show range-step values for `foo` over time only...

If I understand correctly, you want the "parent" keys in the CR to be added as labels. This seems interesting but hard to generalize. How would this work if there...