Hi Team,
We have 100+ prometheus jobs in prometheus UI but not showing all the jobs.
The below are sample 2 jobs. In this, first job is not showing in UI but
second job metrics showing fine.
- job_name: 'blackbox-fundconnect_retail'
scrape_interval: 1020s
metrics_path: /probe
honor_timestamps: true
params:
module: [http_2xx]
file_sd_configs:
- files: ['./dynamic/blackbox/blackbox_retail_FundConnect_targets.yml']
relabel_configs:
- source_labels: [__address__]
separator: ;
regex: (.*)
target_label: __param_target
replacement: $1
action: replace
- source_labels: [__param_target]
separator: ;
regex: (.*)
target_label: instance
replacement: $1
action: replace
- separator: ;
regex: (.*)
target_label: __address__
replacement: {{ XXX }}:9122
action: replace
- job_name: 'blackbox-fundconnect_retail_03'
scrape_interval: 1020s
metrics_path: /probe
honor_timestamps: true
params:
module: [http_2xx]
file_sd_configs:
- files:
['./dynamic/blackbox/blackbox_retail_FundConnectHealth-03_targets.yml']
relabel_configs:
- source_labels: [__address__]
separator: ;
regex: (.*)
target_label: __param_target
replacement: $1
action: replace
- source_labels: [__param_target]
separator: ;
regex: (.*)
target_label: instance
replacement: $1
action: replace
- separator: ;
regex: (.*)
target_label: __address__
replacement: {{ XXXXX}}:9122
action: replace
Do we have limitations in prometheus jobs.?
I would like to add more prometheus jobs to scrape the metrics.
Please find attached screenshot which shows jobs in prometheus UI
Prometheus version: prometheus:v2.27.1
Could you please help me on this?
Thanks,
Venkatraman N
--
You received this message because you are subscribed to the Google Groups
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/prometheus-users/cbc2b30e-8fb8-4ec5-aefc-339e292b39b2n%40googlegroups.com.