-
Notifications
You must be signed in to change notification settings - Fork 850
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tracing spans to azquery (#21986)
* Add tracing spans to azquery * fix moduleName const * remove vestigial setting
- Loading branch information
1 parent
5df5a71
commit 4acec80
Showing
6 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ | |
### Bugs Fixed | ||
|
||
### Other Changes | ||
* Enabled spans for distributed tracing. | ||
|
||
## 1.1.0 (2023-05-09) | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
``` yaml | ||
title: Logs Query Client | ||
clear-output-folder: false | ||
export-clients: true | ||
go: true | ||
input-file: | ||
- https://github.com/Azure/azure-rest-api-specs/blob/72427ef3ff5875bd8409ef112ef5e6f3cf2b8795/specification/operationalinsights/data-plane/Microsoft.OperationalInsights/stable/2022-10-27/OperationalInsights.json | ||
|
@@ -13,6 +12,7 @@ openapi-type: "data-plane" | |
output-folder: ../azquery | ||
security: "AADToken" | ||
use: "@autorest/[email protected]" | ||
inject-spans: true | ||
version: "^3.0.0" | ||
|
||
directive: | ||
|
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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