-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add breakdown metrics - heavily WIP * Breakdown: cleanup, send transaction.breakdown.count * Update Span.cs * Add more breakdown tests * Add span.self_time to DisableMetrics * Update BreakdownTests.cs * Update metrics.asciidoc Add breakdown docs * Update metrics.asciidoc * Add handling for spans with type `app` * Add more breakdown tests * Make breakdown self-time microseconds * Do not pass BreakdownMetricsProvider to Transactions and Spans * Add SpanTypeAndSubtype and handling disable breakdown in AgentComponents * Add IMetricsProvider.IsEnabled * Move BreakdownMetricsProvider.CaptureTransaction to Transaction.cs Also review feedback: - Some naming changes - Handling 1K breakdown metricset limit (including test) * Update BreakdownMetricsProvider.cs Only log once * Update CgroupMetricsProviderTests.cs Adapting assets to the changed metrics API * Update docs/metrics.asciidoc Co-authored-by: Brandon Morelli <bmorelli25@gmail.com> * Address failing tests * Address failing test * Update MockPayloadSender.cs Remove lock around `WaitHandle.WaitOne()` * Update Span.cs Move SpanTiming calculation before `_payloadSender.QueueSpan`. * Update BreakdownTests.cs * Update BreakdownTests.cs * Update BreakdownTests.cs * Update BreakdownTests.cs * Update BreakdownTests.cs * Update BreakdownTests.cs * Update BreakdownTests.cs * Update BreakdownTests.cs Co-authored-by: Brandon Morelli <bmorelli25@gmail.com>
- Loading branch information
1 parent
db73420
commit 07a4484
Showing
24 changed files
with
1,582 additions
and
349 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
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
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
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
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
Oops, something went wrong.