Consistent naming: db.system to db.system.name, namespace constants, remove db from system-specific names#1734
Merged
lmolkova merged 27 commits intoopen-telemetry:mainfrom Jan 24, 2025
Conversation
db.system to db.system.name, namespace constants, remove db from system-specific namesdb.system to db.system.name, namespace constants, remove db from system-specific names
lmolkova
commented
Jan 10, 2025
lmolkova
commented
Jan 10, 2025
lmolkova
commented
Jan 10, 2025
lmolkova
commented
Jan 10, 2025
lmolkova
commented
Jan 10, 2025
lmolkova
commented
Jan 10, 2025
lmolkova
commented
Jan 10, 2025
lmolkova
commented
Jan 10, 2025
lmolkova
commented
Jan 10, 2025
lmolkova
commented
Jan 10, 2025
lmolkova
commented
Jan 10, 2025
trask
reviewed
Jan 10, 2025
trask
reviewed
Jan 10, 2025
trask
reviewed
Jan 10, 2025
trask
reviewed
Jan 10, 2025
trask
reviewed
Jan 10, 2025
trask
reviewed
Jan 11, 2025
trask
reviewed
Jan 12, 2025
Member
trask
left a comment
There was a problem hiding this comment.
I think I'm coming around to your proposal in #608 (comment)
bdcb0a2 to
6f9d66a
Compare
maryliag
reviewed
Jan 14, 2025
maryliag
reviewed
Jan 14, 2025
trask
reviewed
Jan 16, 2025
7574011 to
4509a9f
Compare
added 18 commits
January 23, 2025 22:47
… speculative_execution.count
28b213b to
ab5268f
Compare
lmolkova
commented
Jan 24, 2025
3 tasks
3 tasks
3 tasks
chalin
reviewed
Oct 1, 2025
| it indicates that the operation was performed on multiple regions i.e. cross-regional call. | ||
| note: > | ||
| Region name matches the format of `displayName` | ||
| in [Azure Location API](https://learn.microsoft.com/rest/api/subscription/subscriptions/list-locations?view=rest-subscription-2021-10-01&tabs=HTTP#location) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Fix #1581
Addresses DB-related portion of #608, replaces db-related things from #1711 and #1613.
db.systemtodb.system.name. It gives us a good opportunity to clean up constants, batching multiple breaking changes together (see below)dbprefix from system-specific attributes following Add system-specific naming guidance #1708:_->.where it makes senseMerge requirement checklist
[chore]