Raphael Philipe Mendes da Silva
Raphael Philipe Mendes da Silva
Support for the Tail Sampling processor was made available today through ADOT collector v0.29.0. For more details please refer to: https://aws-otel.github.io/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.29.0 Closing the ticket as the component is ready for...
Hi @RyanW8 . did you check the logs for this workload? If credentials was the issue, you should see an error log. Moreover, can you try to use the logging...
Hi @lphaniKumar Please take a look into the updated documentation: https://aws-otel.github.io/docs/setup/on-premises#configuring-adot-collector-to-use-iam-roles-anywhere (make sure to refresh the page) there was a miss in the documentation and setting the env var `"AWS_SDK_LOAD_CONFIG=true"`...
We should consider solving this in the java-instrumentation https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/aws-lambda/aws-lambda-events-2.2/library/build.gradle.kts#L19
Hi, how are you measuring the latency for the subsequent invocations after the initialization? Is `POST` the http verb or is it something else? Since you have a test setup...
We should check if there are recommended values for memory in lambda functions that use the ADOT layer.
To have fine control over the instrumentation that is enabled with the Java Agent, you can use the following system properties: `otel.instrumentation.common.default-enabled` - Control all the auto instrumentation. If set...
the workaround provided by @omallo is correct. In the case of the ADOT eks add-on you have to first enable it and then edit the deployment: `kubectl edit deployment opentelemetry-operator-controller-manager...
can you share a redacted pipeline.txt again? did you data-prepper pipeline contain both a `otel_trace_source` and a `otel_metrics_source`?
This is related to https://github.com/open-telemetry/semantic-conventions/pull/277 No decision was made yet.