Can I expose CloudWatch metrics?

0

I know that you can send metrics from services outside of AWS into CloudWatch to display on dashboards. I'm wondering if the inverse is possible? For example, if I have an EventBridge in AWS, does CloudWatch have an endpoint I can hit to pull Invocation count or other metrics from outside AWS?

2回答
1
承認された回答

Yes you can. Publishing custom metrics is a great start. Additionally, you can also look into CloudWatch Metric Steams for a more robust large scale solution.

AWS
回答済み 1年前
profile pictureAWS
エキスパート
kentrad
レビュー済み 1年前
  • These solutions seems to point to pushing data IN to AWS Metrics. I'm looking to export the metrics to my own custom server. Does AWS support that functionality?

0

Without knowing what kind of custom server this is, I would urge you look at how many of the partner services like Dynatrace, Datadog, Splunk. Sumo Logic etc. consume CW data. The solution is built upon CW pushing metrics to Kinesis Firehose. Firehose can then deliver the payload to variety of destination including http endpoints.

AWS
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ