Commit b5a57a3
feat: add support for labels when used with JFR and async-profiler's contextId (#1096)
* Add tags to java jfr with async-profiler's contextId
* updated deps
* rename Tags -> Labels, address codereview comments
* Do not depende on multipart form field order - read whole form to memory
* Fix lint issues
* tiny fix for case when contextID is missing
* add ingest unittest for jfr & labels
* disable cognitive-complexity inspection for jfr parsing function
* Address lint issues
* Update jfr-parser version
* Resolve conflicts. Fix test
* replace json with protobuf
* linter
* use smaller jfr for testing
* rm debug InstallPrefix
* mv java fibonachi example to a separate folder
* Do not fail if no tags specified
* Add rideshare java example
* linter
* Revert "linter"
This reverts commit 12a2c70.
* Revert "Add rideshare java example"
This reverts commit f70b18a.
* Revert "mv java fibonachi example to a separate folder"
This reverts commit ed249e3.
Co-authored-by: Dmitry Filimonov <[email protected]>1 parent e4ae62a commit b5a57a3
File tree
22 files changed
+635
-106
lines changed- pkg
- convert/jfr
- parser
- server
- testdata/jfr
- no_labels
- with_labels
22 files changed
+635
-106
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments