15 Commits (2880ee8e46e2c49e5155523b30b7878d7cc65ae8)

Author SHA1 Message Date
akunszt 2aaf99dd0a
discovery: aws: expose Primary IPv6 addresses as label, partially fixes #7406 (#14156) 5 months ago
Oleksandr Redko f10c3454e9 Enable perfsprint linter and fix up code 6 months ago
Paulin Todev 78411d5e8b
SD Managers taking over responsibility for registration of debug metrics (#13375) 10 months ago
Paulin Todev 6de80d7fb0
Allow non-default registry to be used for metrics of SD components 12 months ago
Jayapriya Pai 7f085aeb6a
EC2 SD: Validate HTTP config 1 year ago
beorn7 c3c7d44d84 lint: Adjust to the lint warnings raised by current versions of golint-ci 2 years ago
Levi Harrison f81fae2414
Add common HTTP client to AWS SDs (#11611) 2 years ago
Brian Candler 4a493db432
Add __meta_ec2_region label (#11326) 2 years ago
Matthieu MOREL f43749e82f
refactor (discovery): move from github.com/pkg/errors to 'errors' and 'fmt' (#10807) 3 years ago
Mateusz Gozdek 1a6c2283a3 Format Go source files using 'gofumpt -w -s -extra' 3 years ago
Julien Pivotto cab96a06ef
Merge release 2.29 in main (#9196) 3 years ago
George Brighton e6e7b08e6f
Integrate feedback 3 years ago
George Brighton 1f752b6910
Incorporate feedback 3 years ago
George Brighton 2d8f9c6f61
Describe EC2 availability zones at most once per SD load 3 years ago
George Brighton a715dd84ec
Describe EC2 availability zone IDs at most once per refresh (#9142) 3 years ago
George Brighton bc0e76c8a3
Add AZ ID label to discovered EC2 targets (#8896) 3 years ago
Levi Harrison b5f6f8fb36 Switched to go-kit/log 4 years ago
Hu Shuai 9d7d818629
Fix golint issues caused by typos (#8769) 4 years ago
n888 7c028d59c2
Add lightsail service discovery (#8693) 4 years ago
Alfred Krohmer fc8004eeec
EC2 SD: fix error handling of NewSessionWithOptions (#8356) 4 years ago
Alfred Krohmer 4efca5ab70
EC2 service discovery: reuse EC2 client instead of recreating it every time (#8311) 4 years ago
Muhammad Falak R Wani 587fd740be
discovery: ec2: expose IPv6 as label (#7086) 4 years ago
Andy Bursavich 4e6a94a27d
Invert service discovery dependencies (#7701) 4 years ago
Martin Lee b5d61fb66c
Add AMI to labels scraped during service discovery. (#7386) 5 years ago
Deepjyoti Mondal c38ca2ca95
Fix #6999 : Add architecture meta label for EC2 (#7000) 5 years ago
Alex Gaganov df92a00838
Expose EC2 instance lifecycle as label (#6914) 5 years ago
Tariq Ibrahim 8fdfa8abea refine error handling in prometheus (#5388) 6 years ago
Simon Pasquier 782d00059a
discovery: factorize for SD based on refresh (#5381) 6 years ago
Simon Pasquier 8f578d9c6b
discovery/ec2: pass context to the client (#5234) 6 years ago
Serghei Anicheev 8e659a5109 Adding private_dns_name to the list of ec2 labels which can be used i… (#4693) 6 years ago
Silvio Gissi 6100f160ad EC2 Platform meta label (#4663) 6 years ago
Jannick Fahlbusch ฏ๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎ f78e59577b [FIX] EC2 DS: Check for existence of OwnerID (#4672) 6 years ago
Javier Kohen 1c89984778 Expose EC2 instance owner as a discovery label. 6 years ago
Benji Visser 46fb4078a6 handle nil pointer in ec2 discovery (#4469) 6 years ago
José Martínez 791c13b142 discovery/ec2: Add primary_subnet_id label 6 years ago
José Martínez 5e4a33c890 discovery/ec2: Maintain order of subnet_id label 6 years ago
Jannick Fahlbusch ฏ๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎ 0be25f92e2 EC2 Discovery: Allow to set a custom endpoint (#4333) 6 years ago
Manos Fokas 25f929b772 Yaml UnmarshalStrict implementation. (#4033) 7 years ago
Kristiyan Nikolov be85ba3842 discovery/ec2: Support filtering instances in discovery (#4011) 7 years ago
Jeeyoung Kim 5b962c5748 Revert "Feature: Allow getting credentials via EC2 role (#3343)" (#3985) 7 years ago
Shubheksha Jalan 0471e64ad1 Use shared types from the `common` repo (#3674) 7 years ago
Callum Styan 97464236c7 comments with TargetProvider should read Discoverer instead (#3667) 7 years ago
Shubheksha Jalan ec94df49d4 Refactor SD configuration to remove `config` dependency (#3629) 7 years ago
Dominik Schulz a731a43302 Guard against tags being nil in EC2 discovery 7 years ago
Jason Anderson 808f79f00a Feature: Allow getting credentials via EC2 role (#3343) 7 years ago
Julius Volz 099df0c5f0 Migrate "golang.org/x/net/context" -> "context" (#3333) 7 years ago
Jamie Moore 7a135e0a1b Add the ability to assume a role for ec2 discovery 7 years ago
Fabian Reinartz d21f149745 *: migrate to go-kit/log 7 years ago
Chris Goller 42de0ae013 Use log.Logger interface for all discovery services 8 years ago
Conor Broderick 6766123f93 Replace regex with Secret type and remarshal config to hide secrets (#2775) 8 years ago