-
Notifications
You must be signed in to change notification settings - Fork 113
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
Add Tags for API Requests #2919
Add Tags for API Requests #2919
Conversation
src/Microsoft.Diagnostics.Monitoring.WebApi/Operation/EgressOperationStore.cs
Show resolved
Hide resolved
Consider a design where an operation has a |
src/Microsoft.Diagnostics.Monitoring.WebApi/Utilities/Utilities.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Diagnostics.Monitoring.WebApi/Utilities/Utilities.cs
Outdated
Show resolved
Hide resolved
src/Tests/Microsoft.Diagnostics.Monitoring.Tool.FunctionalTests/OperationsTests.cs
Show resolved
Hide resolved
…s/OperationsTests.cs Co-authored-by: Joe Schmitt <[email protected]>
src/Microsoft.Diagnostics.Monitoring.WebApi/Operation/EgressOperationStore.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Diagnostics.Monitoring.WebApi/Utilities/Utilities.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming that we don't want to allow commas to be part of a tag, then this looks good to me.
…erationStore.cs Co-authored-by: Justin Anderson <[email protected]>
…s.cs Co-authored-by: Justin Anderson <[email protected]>
/backport to release/7.x |
Started backporting to release/7.x: https://github.com/dotnet/dotnet-monitor/actions/runs/3751234025 |
Summary
This change allows users to add a tag to an operation to make it easier to identify when looking at the operations table.
Closes #2783
Release Notes Entry
Add Tags For API Requests