mirror of https://github.com/prometheus/prometheus
Julien Pivotto
1 year ago
committed by
GitHub
3 changed files with 16 additions and 1 deletions
@ -0,0 +1,11 @@
|
||||
scrape_configs: |
||||
- job_name: prometheus |
||||
azure_sd_configs: |
||||
- subscription_id: 11AAAA11-A11A-111A-A111-1111A1111A11 |
||||
tenant_id: BBBB222B-B2B2-2B22-B222-2BB2222BB2B2 |
||||
client_id: 333333CC-3C33-3333-CCC3-33C3CCCCC33C |
||||
client_secret: mysecret |
||||
bearer_token: 1234 |
||||
basic_auth: |
||||
username: user |
||||
password: password |
Loading…
Reference in new issue