-
Notifications
You must be signed in to change notification settings - Fork 291
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
Add Cassandra dashboard #63
Conversation
Hi Jonathan! I'm an engineer at Google who works more on the frontend UI side of Cloud Monitoring and have been looking at some of these sample dashboards as they come by. As a quick question - what does the Latency Count metric mean? Is that the same as an operation count? And would it make sense to specify units for the latency charts? The numbers in the sample dashboard looked large (maybe microseconds or something?) There is a |
@draffensperger, good catch. You're right about those latency counts actually being operation counts. I can see why the original author of the data model made the mistake though, as Cassandra defines these counts as part of a "Latency" MBean. My team has submitted a PR to fix the receiver. Regarding units on the other latency charts, we'll plan on overriding them in this case. Apparently there is a known issue with Google's exporter that is causing the loss of units. |
OK, makes sense on the bug in the exporter - I'm glad we have identified why the units were coming in correctly to begin with as those are helpful when users create custom charts/alerts. Yeah, Thanks for fixing the operation count thing! For those charts, I see that they are using |
Using |
This pull request is contingent upon the corresponding metrics receiver pull request.