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

OTEL implementation, so far matching EventCounters infrastructure. #33633

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

cincuranet
Copy link
Contributor

Fixes #25880

@roji
Copy link
Member

roji commented May 17, 2024

@cincuranet @SamMonoRT I know I'm behind on reviewing this, it's high on my list and moving up - early next week for sure.

@adityamandaleeka
Copy link
Member

@cincuranet I just noticed I was marked as a reviewer on this PR. Is there any specific input you'd like me to provide? I don't have a ton of context on efcore.

@SamMonoRT
Copy link
Member

@cincuranet I just noticed I was marked as a reviewer on this PR. Is there any specific input you'd like me to provide? I don't have a ton of context on efcore.

Was mostly if you saw patterns from other Aspire OTEL efforts.

Copy link
Member

@roji roji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks pretty good overall - see relatively minor comments below.

@cincuranet cincuranet force-pushed the otel branch 2 times, most recently from 9496e4a to 020f63d Compare May 28, 2024 09:56
@roji
Copy link
Member

roji commented Jun 3, 2024

@cincuranet answered some questions above.

src/EFCore/EFCore.csproj Outdated Show resolved Hide resolved
@cincuranet cincuranet force-pushed the otel branch 2 times, most recently from ed07c62 to 01c6e19 Compare June 5, 2024 18:30
@cincuranet cincuranet merged commit 0d015c6 into dotnet:main Jun 6, 2024
7 checks passed
@cincuranet cincuranet deleted the otel branch June 6, 2024 06:40
@noahfalk
Copy link
Member

noahfalk commented Jun 6, 2024

Could you also add documentation about these counters to https://learn.microsoft.com/en-us/dotnet/core/diagnostics/built-in-metrics please? :)

Those docs are a major way for customers to discover what metrics the .NET platform is providing to them.

@cincuranet
Copy link
Contributor Author

@noahfalk WILCO

@noahfalk
Copy link
Member

noahfalk commented Jun 6, 2024

Thanks! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement the new OpenTelemetry Metrics API
6 participants