Skip to content

Commit

Permalink
Viraj/metrics lambda (#348)
Browse files Browse the repository at this point in the history
* OB-36691 feat: add lambda and s3 bucket to record push metrics config
  • Loading branch information
obs-gh-virjramakrishnan authored Oct 22, 2024
1 parent 9fddba1 commit ecaff76
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions apps/stack/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ Metadata:
default: CloudWatch Metrics
Parameters:
- MetricStreamFilterUri
- ObserveAccountID
- ObserveDomainName
- DatasourceID
- GQLToken
- UpdateTimestamp
- Label:
default: Forwarder Options
Parameters:
Expand Down Expand Up @@ -109,9 +114,10 @@ Parameters:
S3 URI containing filters for metrics to be collected by CloudWatch
Metrics Stream. If neither this nor DatasourceID is provided, no metrics
will be collected.
Default: 's3://observeinc/cloudwatchmetrics/filters/empty.yaml'
# the empty.yaml file functions as a sentinel value: it lists a namespace
# that does not exist, and this causes no metrics to be collected.
Default: 's3://observeinc/cloudwatchmetrics/filters/recommended.yaml'
# Not used: if no MetricStreamFilterUri is provided, the Metric Stream
# nested stack will not be deployed. This value is used as a sensible
# default in case the above changes.
AllowedPattern: "^(s3:\/\/.*)?$"
ObserveAccountID:
# this and the field below are necessary for us to be able to make a
Expand Down

0 comments on commit ecaff76

Please sign in to comment.