We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2cfd3 commit cab5f95Copy full SHA for cab5f95
README.md
@@ -33,6 +33,8 @@ add the following lines to your prometheus.yml under scrape_configs:
33
scrape_interval: 5m
34
scrape_timeout: 60s
35
metrics_path: /metrics
36
+ # The bearer token can be generated in the Magento Admin. Using the auth is optional.
37
+ # bearer_token: YOUR_BEARER_TOKEN
38
static_configs:
39
- targets:
40
- your-magento-url
0 commit comments