-
Notifications
You must be signed in to change notification settings - Fork 3
[kinesis-dashboard] Updated query style #64
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
hecomp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to add multiliner <<EOT EOT on below metrics.
| resource "lightstep_dashboard" "aws_kinesis_dashboard" { | ||
| project_name = var.lightstep_project | ||
| dashboard_name = "AWS Kinesis" | ||
| dashboard_description = "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need description is empty.
modules/kinesis-dashboard/main.tf
Outdated
| query_name = "a" | ||
| display = "line" | ||
| hidden = false | ||
| query_string = "metric aws.kinesis.incoming_records_sum | delta | group_by [], sum" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to add multiliner <<EOT EOT on below metrics.
modules/kinesis-dashboard/main.tf
Outdated
| query_name = "b" | ||
| display = "line" | ||
| hidden = false | ||
| query_string = "metric aws.kinesis.incoming_bytes_sum | delta | group_by [], sum" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above.
modules/kinesis-dashboard/main.tf
Outdated
| query_name = "a" | ||
| display = "line" | ||
| hidden = false | ||
| query_string = "metric aws.kinesis.get_records_records_count | delta | group_by [], sum" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above.
modules/kinesis-dashboard/main.tf
Outdated
| query_name = "b" | ||
| display = "line" | ||
| hidden = false | ||
| query_string = "metric aws.kinesis.get_records_latency_max | latest | group_by [], sum" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above.
* [dynamo] Update dashboard * [dynamodb] Group table metrics by TableName
* added aws eks terraform dashboard * resolved fmt * resolved fmt * resolved fmt * modified readme * added lisc and readme * Splitted eks-dashboard to eks-pod-* and eks-node-* * resolved * modified eks node and pod * resolved fmt
Co-authored-by: githubsands <26752232+githubsands@users.noreply.github.com>
Checked to validate that we can upload the dashboard to Lightstep and get back the same. Co-authored-by: githubsands <26752232+githubsands@users.noreply.github.com>
* Updates RDS dashboards NOTE: we may have to revisit with expanded names The previous syntax was to add spaces in titles between lowercase and capitals. Checked this dashboard against output in the API to confirm we can upload and download the result. * terraform fmt --------- Co-authored-by: githubsands <26752232+githubsands@users.noreply.github.com>
* Demo lightstep aws rds (#16) * Testing aws rds terraform gen * /adds aurora-dashboard --------- Co-authored-by: Ryan Vacek <ryanvacek@Ryans-MacBook-Pro.local>
* [aws-step-functions] update db syntax * [step-functions] lint * added multiline <<EOT --------- Co-authored-by: Heber Silva <heber.silva@lightstep.com>
No description provided.