prometheus / cloudwatch_exporter

Metrics exporter for Amazon AWS CloudWatch
Apache License 2.0
894 stars 324 forks source link

CloudSearch metrics #158

Closed DraganRaicici closed 5 years ago

DraganRaicici commented 5 years ago

Hi there, We're having some trouble with configuring the exporter.

Is it not possible to export cloudsearch metrics?

We have filled in the values as described by AWS docs and we still no metrics appearing:

-aws_namespace: AWS/CloudSearch
   aws_metric_name: SearchableDocuments
   aws_dimensions: [DomainName, ClientId]
   aws_dimension_select:
     DomainName: [ourCloudSearchDomain]
     ClientId: [ourClientId]
   aws_statistics: [Maximum] 

Docs found here: https://docs.aws.amazon.com/cloudsearch/latest/developerguide/cloudwatch-monitoring.html

brian-brazil commented 5 years ago

It makes more sense to ask questions like this on the prometheus-users mailing list rather than in a GitHub issue. On the mailing list, more people are available to potentially respond to your question, and the whole community can benefit from the answers provided.

DraganRaicici commented 5 years ago

Okay, thanks. I was not aware of that group.