-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove use of internaldata as much as possible. Map source and sourcetype to exported events. * Only translate to internal data once * Refactor the metric mapping to make it easier to read * Map manually spans * code review comments * Cache data points into a variable * Add more nil checks and variable assignments to cache iterating over slices * code review changes * intitialize slice * assign variable when iterating * Add link and event to span to get more test coverage * Add more tests to check if a metric has nil elements * Add tests for sums * Add more tests for complete coverage, add fields for spans * Fix trace export test * more coverage for nil points. * comment out untestable code to get past coverage threshold, to be uncommented in a separate PR once core is updated * Revert "comment out untestable code to get past coverage threshold, to be uncommented in a separate PR once core is updated" This reverts commit a8552c0. * Add tests for nil metric * Bring to compat with 0.14 API
- Loading branch information
Showing
8 changed files
with
1,182 additions
and
446 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
Oops, something went wrong.