compose-x / ecs_composex

Manage, Configure and Deploy your services and AWS services and applications from your docker-compose definitions
https://docs.compose-x.io
Mozilla Public License 2.0
168 stars 17 forks source link

[FR] Allow to set more Prometheus scraping configuration for services.x-prometheus #551

Closed JohnPreston closed 2 years ago

JohnPreston commented 2 years ago

Given that I have metrics to collect And metrics might be available more regularly than every 60 seconds (value set today) Then I would like to be able to change the scraping configuration.


ScrapingConfiguration:
  Interval: <duration>
  Timeout: <duration>

alternatively, could have


ScrapingConfiguration:
  ScrapingConfigurationFile: <str> # Path to a scraping configuration file