Jeffrey Chien
Jeffrey Chien
**Description:** Add `Marshal` function to `confmap`. Update types implementing `encoding.TextUnmarshaler` to implement `encoding.TextMarshaler` as well. Add a mapstructure encoder that encodes the config provided using the existing mapstructure tags. **Link...
## Description Allows the user to pass in a commit SHA to use instead of relying on the payload or head commit. The main use-case of this is for workflow...
### Is your feature request related to a problem? Please describe. Similar to https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/9481 > The Java Agent allows suppressing specific library instrumentation using environment variables or system properties as...
Unable to create virtual nodes in mesh. `kubectl apply -f appmesh_deployment_90526eb0123174f3.yaml` ``` Error from server (VirtualNode create may not specify read-only field: spec.meshRef): error when creating "./workplace/aws-otel-test-framework/terraform/eks/appmesh_deployment_90526eb0123174f3.yaml": admission webhook "mvirtualnode.appmesh.k8s.aws"...
**Describe the bug** `mapstructure` will take any exported field and attempt to decode it. This includes non-tagged fields. > When decoding to a struct, mapstructure will use the field name...
# Description of the issue Missing translation tests for JMX on Windows. # Description of changes Adds a JMX section to the `complete_windows_config.json` and verifies that the translation is valid....
*Description of changes:* ### 1. rules/*.yaml The [JMX Metric Insight](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/jmx-metrics/javaagent/README.md) and the [JMX Metric Gatherer](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/jmx-metrics) have different pre-defined target systems (activemq, tomcat, etc.) and even different metrics within each shared...
**Description:** Bug fix - The current Tomcat metric definitions use the `otel.mbean` constructor function, which expects the query to the MBean server to return a single MBean. If multiple mbeans...
# Description of the issue We bumped the go version directive in the go.mod as part of https://github.com/aws/amazon-cloudwatch-agent/pull/1623, but didn't change the GitHub workflows, so all the tests are still...
# Description of the issue Check licenses of dependencies as part of lint to prevent prohibited licenses. # Description of changes Uses github.com/google/go-licenses to check ``` cloud.google.com/go/compute/metadata,https://github.com/googleapis/google-cloud-go/blob/compute/metadata/v0.3.0/compute/metadata/LICENSE,Apache-2.0 collectd.org,https://github.com/collectd/go-collectd/blob/v0.4.0/LICENSE,ISC github.com/Azure/azure-sdk-for-go/sdk/azcore,https://github.com/Azure/azure-sdk-for-go/blob/sdk/azcore/v1.11.1/sdk/azcore/LICENSE.txt,MIT github.com/Azure/azure-sdk-for-go/sdk/azidentity,https://github.com/Azure/azure-sdk-for-go/blob/sdk/azidentity/v1.6.0/sdk/azidentity/LICENSE.txt,MIT...