This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
Replies: 1 comment 1 reply
-
The idea here was to do what was easily available first during the early days of the project with the idea that in the future we were going to need much more in depth charting capabilities of data not just from the prometheus end point on the broker but for data through jolokia as well that wouldn't be covered here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm asking this because the console seems to already have a bunch of code dedicated to plotting performances:
![image](https://private-user-images.githubusercontent.com/86971992/346980018-b970129a-f99d-4a0c-aa57-4cfbbd679ae9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMDI1NDksIm5iZiI6MTczOTIwMjI0OSwicGF0aCI6Ii84Njk3MTk5Mi8zNDY5ODAwMTgtYjk3MDEyOWEtZjk5ZC00YTBjLWFhNTctNGNmYmJkNjc5YWU5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDE1NDQwOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPThhMmMxMGU4MzcxMjc5ZjgwMzFmYzVmNzAzMWIyZWNmMjVjYTMyMWE1Njk5MmVlM2I4MzY3MDZlZGNhMWNlNzYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.MzNlVRZPCSz0oLKvXP7CQOuBwc_p3g38PgyGhRP1mss)
Since there's also more types of graphs our custom code is handling, this begs the question about why should we keep the custom metrics?
Beta Was this translation helpful? Give feedback.
All reactions