VictoriaMetrics/lib/promscrape/discovery/ec2
Aliaksandr Valialkin 86394b4179
lib/promscrape: optimize discoveryutils.SanitizeLabelName()
Cache sanitized label names and return them next time.
This reduces the number of allocations and speeds up the SanitizeLabelName()
function for common case when the number of unique label names is smaller than 100k
2022-08-27 00:18:19 +03:00
..
api.go lib/promscrape/discovery/ec2: properly handle custom endpoint option in ec2_sd_configs 2022-08-05 18:52:37 +03:00
az.go lib/awsapi: remove whitelist arg from GetFiltersQueryString(), since it may break new filters in the future 2022-05-09 15:34:56 +03:00
ec2.go lib/promscrape: update links to sd_configs from Prometheus site to https://docs.victoriametrics.com/sd_configs.html 2022-08-15 01:40:48 +03:00
instance.go lib/promscrape: optimize discoveryutils.SanitizeLabelName() 2022-08-27 00:18:19 +03:00
instance_test.go lib/promscrape/discovery/ec2: add __meta_ec2_availability_zone_id label as Prometheus 2.29 does 2021-08-03 13:28:13 +03:00