You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have ability to export metrics of my CW Canaries. For now I can do it in static mode. If I try to configure in discovery mode then I get error {"caller":"main.go:67","err":"Couldn't read /tmp/config.yml: Discovery job [0]: Service is not in known list!: CloudWatchSynthetics","level":"error","msg":"Error running yace","ts":"2024-08-30T13:11:04.404326176Z","version":"v0.61.2"}
What might the configuration look like?
discovery:
exportedTagsOnMetrics:
CloudWatch:
- Namejobs:
- type: "CloudWatchSynthetics"regions:
- "eu-central-1"# Specify the AWS region where your Canary is runningmetrics:
- namespace: "CloudWatchSynthetics"name: "Duration"dimensions:
- "CanaryName"
- "StepName"statistics:
- "Average"
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Feature description
I would like to have ability to export metrics of my CW Canaries. For now I can do it in static mode. If I try to configure in discovery mode then I get error
{"caller":"main.go:67","err":"Couldn't read /tmp/config.yml: Discovery job [0]: Service is not in known list!: CloudWatchSynthetics","level":"error","msg":"Error running yace","ts":"2024-08-30T13:11:04.404326176Z","version":"v0.61.2"}
What might the configuration look like?
Anything else?
No response
The text was updated successfully, but these errors were encountered: