2 Answers
- Newest
- Most votes
- Most comments
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.
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.
answered 2 years ago
Relevant content
- asked 2 years ago
- Accepted Answerasked 3 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 6 months ago
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?