https://github.com/chenmudu/observability-tools
observability toolkit using java.
https://github.com/chenmudu/observability-tools
Last synced: about 1 year ago
JSON representation
observability toolkit using java.
- Host: GitHub
- URL: https://github.com/chenmudu/observability-tools
- Owner: chenmudu
- Created: 2023-06-06T15:03:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T15:55:28.000Z (almost 3 years ago)
- Last Synced: 2025-02-24T06:44:14.982Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### observability tools
> observability toolkit: Use java to implement tedious and boring but necessary work.
#### Features
- Be doing:
- [x] jfr-parser: A jfr parsing library.
- Plan to do:
- [ ] Jfr to pprof.
- [ ] QL end-to-end conversion。e.g. promql, otql.
- Be trying:
- [ ] Try to use wasm for cross-language calls. e.g. Golang wasm files run on top of java wasm runtime.