Jeffrey Chien
                                            Jeffrey Chien
                                        
                                    There isn't currently a workaround using the `mapstructure` package. Like you said, I just ended up writing a separate encoder that would check the type after each encode/decode.
In case anyone else is trying to do this, the metric view worked. Followed the discussion from https://github.com/open-telemetry/opentelemetry-java-instrumentation/discussions/10284 and ended up with ``` - selector: meter_name: io.opentelemetry.jmx view: aggregation: default...
amazon-cloudwatch-observability fails with open /root/.aws/credentials ignoring the IRSA credentials
Hi @ecerulm, we are aware of the current IMDS requirement and are tracking an alternative for it when IMDS is unavailable internally.
Looks like you need to do a go mod tidy
I think this is the same issue as https://github.com/open-telemetry/opentelemetry-java-contrib/issues/1360. It's only keeping the first MBean it gets and dropping the rest.