Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using OpenTelemetry.Instrumentation.AWS in production apps #1379

Closed
2 tasks
ssathasivanACR opened this issue Sep 28, 2023 · 3 comments
Closed
2 tasks

Using OpenTelemetry.Instrumentation.AWS in production apps #1379

ssathasivanACR opened this issue Sep 28, 2023 · 3 comments
Labels
comp:instrumentation.aws Things related to OpenTelemetry.Instrumentation.AWS

Comments

@ssathasivanACR
Copy link

ssathasivanACR commented Sep 28, 2023

Issue with OpenTelemetry.Instrumentation.AWS

List of all OpenTelemetry NuGet
packages
and version that you are
using (e.g. OpenTelemetry 1.3.2):

OpenTelemetry.Instrumentation.AWS version 1.1.0-beta.1+

Runtime version (e.g. net462, net48, net6.0, net7.0 etc. You can
find this information from the *.csproj file):

  • net6.0

Is this a feature request or a bug?

  • Feature request
  • Bug

What is the expected behavior?

What do you expect to see?

What is the actual behavior?

Additional Context

We are trying to use Dynatrace for observability of our .NET Lambdas. Dynatrace uses OpenTelemetry.Instrumentation.AWSLambda version 1.2.0-beta.1+ and OpenTelemetry.Instrumentation.AWS version 1.1.0-beta.1+ to monitor AWS Lambda invocations. Since these libraries are in pre-release, is it safe to use them for production apps.

@ssathasivanACR ssathasivanACR added the comp:instrumentation.aws Things related to OpenTelemetry.Instrumentation.AWS label Sep 28, 2023
@DanielLaberge
Copy link

We're also interested in using the 1.1x release.

@birojnayak
Copy link
Contributor

birojnayak commented Mar 16, 2024

@DanielLaberge @ssathasivanACR These libraries are stable, so should be safe to use.

I am working with semantic-convention team to check if there are any major changes in conventions for metrics/span from cloud providers? if there are I am going to work with my internal team to fix those and bring to OTEl*.AWS.* packages and we will have a GA afterwards.

@martinjt
Copy link
Member

martinjt commented Jun 2, 2024

This is all due to Semantic conventions (the naming of the attributes and what must be included). There will be stable releases when those relevant semantic conventions are stable.

@martinjt martinjt closed this as completed Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:instrumentation.aws Things related to OpenTelemetry.Instrumentation.AWS
Projects
None yet
Development

No branches or pull requests

4 participants