-
-
Notifications
You must be signed in to change notification settings - Fork 153
Revamp Prometheus Merics + add Internal Metrics #3 #283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Sebastian YEPES <[email protected]>
|
Great stuff @syepes . I am testing this now, and we'll merge it soon. |
|
I see that the number reported for json and parquet stored is different than the metrics reported by the I was expecting the numbers to be same - would you take a look please |
|
Nice catch, yes I'll have a look at this later today. |
|
@trueleo Don't you think it would be best to keep all the metric definitions and registrations (REQUEST_RESPONSE_TIME, REQUEST_RESPONSE_TIME) under the /metrics/mod.rs file? |
@syepes Now that i think of it maybe instead of registering them through ObjectStorageProvider. I can define some other trait and use that as interface for registering. |
|
@trueleo By the way, I have had a look at why the values of EVENTS_INGESTED_SIZE and STORAGE_SIZE are different from those of the stats API, but I can not figure out why. Could you have a look? |
|
@syepes Sure |
Description
Revamped the Prometheus Merics and added some internal metrics
Example:
This PR has: