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

Send metrics to cloudwatch #87

Merged
merged 3 commits into from
Dec 13, 2024
Merged

Send metrics to cloudwatch #87

merged 3 commits into from
Dec 13, 2024

Conversation

rowanseymour
Copy link
Member

No description provided.

Copy link

codecov bot commented Dec 12, 2024

Codecov Report

Attention: Patch coverage is 35.89744% with 25 lines in your changes missing coverage. Please review.

Project coverage is 53.13%. Comparing base (16ad34e) to head (63e54b1).

Files with missing lines Patch % Lines
daemon.go 0.00% 20 Missing ⚠️
cmd/rp-indexer/main.go 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #87      +/-   ##
==========================================
- Coverage   54.23%   53.13%   -1.10%     
==========================================
  Files           6        6              
  Lines         579      606      +27     
==========================================
+ Hits          314      322       +8     
- Misses        240      259      +19     
  Partials       25       25              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

AWSRegion string `help:"region to use for AWS services, e.g. us-east-1"`

CloudwatchNamespace string `help:"the namespace to use for cloudwatch metrics"`
Deployment string `help:"the deployment identifier to use for metrics"`
Copy link
Contributor

Choose a reason for hiding this comment

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

We need this called DeploymentID or we check the env variable current called INDEXER_DEPLOYMENT_ID to INDEXER_DEPLOYMENT

Copy link
Contributor

@norkans7 norkans7 left a comment

Choose a reason for hiding this comment

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

DeploymentID

@rowanseymour rowanseymour merged commit 1888fe5 into main Dec 13, 2024
5 of 7 checks passed
@rowanseymour rowanseymour deleted the cloudwatch branch December 13, 2024 14:32
@github-actions github-actions bot locked and limited conversation to collaborators Dec 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants