Skip to content

Conversation

@nslaughter
Copy link
Contributor

No description provided.

@nslaughter nslaughter requested a review from hecomp March 3, 2023 22:25
Copy link

@hecomp hecomp left a 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 = ""
Copy link

Choose a reason for hiding this comment

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

Need description is empty.

query_name = "a"
display = "line"
hidden = false
query_string = "metric aws.kinesis.incoming_records_sum | delta | group_by [], sum"
Copy link

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.

query_name = "b"
display = "line"
hidden = false
query_string = "metric aws.kinesis.incoming_bytes_sum | delta | group_by [], sum"
Copy link

Choose a reason for hiding this comment

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

Same as above.

query_name = "a"
display = "line"
hidden = false
query_string = "metric aws.kinesis.get_records_records_count | delta | group_by [], sum"
Copy link

Choose a reason for hiding this comment

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

Same as above.

query_name = "b"
display = "line"
hidden = false
query_string = "metric aws.kinesis.get_records_latency_max | latest | group_by [], sum"
Copy link

Choose a reason for hiding this comment

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

Same as above.

Heber Silva and others added 10 commits March 3, 2023 19:06
* [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>
@hecomp hecomp merged commit dc5f0ec into main Mar 4, 2023
@hecomp hecomp deleted the njs/kinesis-dashboard branch March 4, 2023 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants