tomkerkhove / promitor

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

Support for private/air-gapped cloud environments #2273

Open amirschw opened 1 year ago

amirschw commented 1 year ago

Proposal

Both Scraper and Resource Discovery only support known cloud environments (via AzureMetadata for Scraper and AzureLandscape for Resource Discovery.

In order to support additional environments, we can add another entry to the AzureCloud enum, e.g. Private, that when provided, all the necessary endpoint suffixes for the cloud will also be required (AuthenticationEndpoint, ResourceManagerEndpoint, ManagementEndpoint, etc.).

Component

Resource Discovery, Scraper

Contact Details

Teams :)

tomkerkhove commented 1 year ago

Good idea!