-
Notifications
You must be signed in to change notification settings - Fork 18
telemetry: compile-in Azure Monitor connection string, best-effort AppInsights tracing #774
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
Draft
bfjelds (bfjelds)
wants to merge
14
commits into
user/bfjelds/datastore-generic-storage
from
user/bfjelds/mjolnir/appinsights-telemetry
Draft
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
a9f0242
telemetry: replace correlation-ID pre-warm with installation_id/servi…
bfjelds 6ae33c3
telemetry: fix install() telemetry-abort, stale doc field, and duplic…
bfjelds 06d4971
telemetry: add database_id alongside installation_id
bfjelds 18ae42b
merge: pull in PR773 correlation_id->database_id rename (wt-773 e8ecc…
bfjelds 7c600f7
merge: pull in PR773 rustfmt fix (wt-773 98a22f7a)
bfjelds 83ce2cb
telemetry: add source field distinguishing cli/daemon/grpc-client inv…
bfjelds a1ceb6f
Merge 773 datastore fix; address review comments: noop suffix, databa…
bfjelds 76557f2
docs: clarify host metadata IDs may be absent from early first-instal…
bfjelds f1dcd61
Rename database_id to datastore_id (this branch own occurrences)
bfjelds 16cde0d
Merge remote-tracking branch 'origin/user/bfjelds/datastore-generic-s…
bfjelds 1e3dbb3
Fix datastore-existence check and ID re-attach to use self.agent_conf…
bfjelds e313094
docs: correct refresh_ids() doc comment re: ID persistence side effects
bfjelds 692d5fa
Fix malformed AppInsights envelope name and silently-accepted partial…
bfjelds 3dc1f22
Fix AppInsights validator accepting impossible item counts; fix stale…
bfjelds File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| fn main() -> Result<(), Box<dyn std::error::Error>> { | ||
| println!("cargo:rerun-if-env-changed=TRIDENT_VERSION"); | ||
| println!("cargo:rerun-if-env-changed=AZURE_MONITOR_CONNECTION_STRING"); | ||
| Ok(()) | ||
| } | ||
| } |
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
Oops, something went wrong.
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.
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.
do we want OptOut as default?