tomkerkhove / promitor

Bringing Azure Monitor metrics where you need them.
https://promitor.io
MIT License
252 stars 92 forks source link

Support Metrics Batch Scraping Across Multiple Regions #2555

Open hkfgo opened 1 month ago

hkfgo commented 1 month ago

Proposal

This is a followed up to PR #2459, which implemented batch scraping support within the same region. Some Promitor deployments target resources across multiple regions, and such deployment patterns should be supported accordingly.

Since dedicated API endpoints are per region, scraper agent will need to be aware of regions associated with each resource. This means resource discovery API may be needed to return the necessary metadata.

Component

Resource Discovery, Scraper

Contact Details

No response

github-actions[bot] commented 1 month ago

Thank you for opening an issue! We rely on the community to maintain Promitor. (Learn more)

Is this something you want to contribute?

hkfgo commented 1 month ago

I'm hoping to work on a design for this in the coming weeks