-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for OTel Java runtime metrics (#19)
* Add java mappings * Debug logs * More Debug logs * Change to use md type * Change to non_heap and remove metricType * Add unit test * Refactor runtime metric mappings * Change runtime metric attribute definition * Handle metrics with multiple attributes, add code to remove mapping attributes * Move runtime metric mappings to separate file * Generate licenses * Support mapping histograms, add rest of jvm mappings * Generate licenses * License patch * Fix lint * Add type for runtimeMetricMappingList * Debug logs * Debug logs * Use Str instead of AsString * Change attribute values * Remove debug logs * Remove break in matchesAttributes section to map all DataPoints
- Loading branch information
1 parent
412f048
commit 8781a60
Showing
6 changed files
with
521 additions
and
94 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
Oops, something went wrong.