-
Notifications
You must be signed in to change notification settings - Fork 17
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
Conversation
Codecov ReportAttention: Patch coverage is
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. |
runtime/config.go
Outdated
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"` |
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.
We need this called DeploymentID
or we check the env variable current called INDEXER_DEPLOYMENT_ID
to INDEXER_DEPLOYMENT
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.
DeploymentID
Rename to use DeploymentID
No description provided.