Andreas Bergmeier
Andreas Bergmeier
It works for me as long as I add `config_path = "~/.kube/config"`. Am trying to find what this provider does differently than the Kubernetes provider (where this works using the...
So I took the implementation from Kubernetes provider and added it to `newKubeConfig`. Still the same behavior. I then added a `.ClientConfig()` call to rapidly note a problem in the...
Even worse - Kubernetes Provider works without specifying `config_path` (probably by falling back to `$KUBECONFIG` and then to `$HOME/.kube/config`). It would be great if the behavior of this provider would...
Can you elaborate, why you think `OTEL_SERVICE_NAME` is implemented? From my experience handling `OTEL_SERVICE_NAME` at least differs from _opentelemetry-golang_. The latter sets `service.name` when Environment Variable is present whereas here...
This is more than half a year old - is this repo even maintained anymore?
Maybe I am too dense - but can you provide an example how you would build `conn`? I cannot seem to get a `conn` for **errorreporting**.
> @AndreasBergmeier6176 can you share all api requests & responses? Where should I send it to?
Don't think redacting the log is realistic. I will be out of office for two weeks. If you have a mail I might be able upload it somewhere afterwards.
Seems to be Terraform 1.1 specific - with 1.2.9 this is no longer a problem...
Is there a TODO still open for this to get merged?