Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit 2aaddc2

Browse files
authored
Add prometheus config example (#195)
* Add prometheus config example * Remove credentials and ip
1 parent 756028d commit 2aaddc2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

local-tests/prometheus/prometheus.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,14 @@ scrape_configs:
66
- job_name: 'prometheus'
77
static_configs:
88
- targets: ['localhost:9090']
9+
10+
- job_name: 'amp'
11+
metrics_path: '/amp/metrics'
12+
params:
13+
sap-client: [001]
14+
scenario: [example_prom]
15+
basic_auth:
16+
username: '<username>'
17+
password: '<password>'
18+
static_configs:
19+
- targets: ['<your_ip>:8000']

0 commit comments

Comments
 (0)