-
Notifications
You must be signed in to change notification settings - Fork 809
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
feat(semconv): update semantic conventions to 1.28.0 #5181
base: main
Are you sure you want to change the base?
Conversation
As an overview of the semconv changes, here is the change in just the `git diff | rg '^[-+]export'`
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5181 +/- ##
==========================================
- Coverage 94.57% 94.56% -0.02%
==========================================
Files 314 314
Lines 7961 7961
Branches 1600 1600
==========================================
- Hits 7529 7528 -1
- Misses 432 433 +1
|
The changes from your comment don't seem to match the diff. For example you have this change which I can't find in the PR. I was looking into the casing changes to see if they were caused by a change in semconv or a change in how we render semconv -export const DB_COSMOSDB_OPERATION_TYPE_VALUE_BATCH = "Batch" as const;
+export const DB_COSMOSDB_OPERATION_TYPE_VALUE_BATCH = "batch" as const; |
No description provided.