Nic Cope
Nic Cope
Please do! Thank you.
Throwing in my two cents regarding Crossplane - while a label based relationship mapping would be better than nothing, I'd prefer if it was possible to teach ArgoCD about the...
@stevendborrelli if you want to rebase I'm happy to merge this.
CC @alecthomas. :)
@cwilhit do you think we can close this tracking issue out?
This might be a blocker for adopting Earthly for me, too. I'm a @crossplane maintainer. We're a CNCF open source project, and our maintainers have hated our make-library-in-a-git-submodule build system...
Ah, I think what I'm looking for might be a duplicate of https://github.com/earthly/earthly/issues/1540.
I'm definitely happy to have any contributions that make working with structured objects easier. We just have to be sure that it's still possible (and simple) to work with unstructured...
@phisco I think there's an otel equivalent that gives traces and metrics. Could be worth considering. To be clear, the metrics are exposed in Prom-style `/metrics`, it's just a different...
@Mitsuwa You can use `[]` syntax for this, so: ```go cd.SetValue("metadata.labels[prometheus.io.metrics]", "/metrics") ``` The only documentation for this is hidden away in the `fieldpath` package - we should surface it...