Skip to content
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

CloudWatch: Added missing Cassandra metrics #23467

Merged
merged 1 commit into from
Apr 9, 2020
Merged

CloudWatch: Added missing Cassandra metrics #23467

merged 1 commit into from
Apr 9, 2020

Conversation

ilyastoli
Copy link
Contributor

What this PR does / why we need it:
Adding CloudWatch Cassandra metrics that were missing in PR #23299
Which issue(s) this PR fixes:
Fixes #23260

Special notes for your reviewer:
Those metrics are missing in the AWS Cassandra monitoring documentation yet they are available to use

aws cloudwatch list-metrics --namespace "AWS/Cassandra" --output json | grep MetricName | sort | uniq
            "MetricName": "AccountMaxReads",
            "MetricName": "AccountMaxTableLevelReads",
            "MetricName": "AccountMaxTableLevelWrites",
            "MetricName": "AccountMaxWrites",
            "MetricName": "AccountProvisionedReadCapacityUtilization",
            "MetricName": "AccountProvisionedWriteCapacityUtilization",
            "MetricName": "ConsumedReadCapacityUnits",
            "MetricName": "ConsumedWriteCapacityUnits",
            "MetricName": "MaxProvisionedTableReadCapacityUtilization",
            "MetricName": "MaxProvisionedTableWriteCapacityUtilization",
            "MetricName": "ReturnedItemCountBySelect",
            "MetricName": "SuccessfulRequestCount",
            "MetricName": "SuccessfulRequestLatency",
            "MetricName": "UserErrors",

Adding missing CloudWatch metrics Cassandra
@ilyastoli ilyastoli requested a review from a team as a code owner April 9, 2020 12:33
@CLAassistant
Copy link

CLAassistant commented Apr 9, 2020

CLA assistant check)
All committers have signed the CLA.

@aknuds1 aknuds1 added datasource/CloudWatch pr/external This PR is from external contributor labels Apr 9, 2020
@aknuds1 aknuds1 requested a review from papagian April 9, 2020 12:34
Copy link
Contributor

@papagian papagian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Thank you for contributing!

@papagian papagian merged commit 692a738 into grafana:master Apr 9, 2020
@papagian papagian added this to the 7.0 milestone Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add AWS/Cassandra to CloudWatch in metric_find_query
4 participants