Prakash
Prakash

Reputation: 2772

Facing issue in Prometheus configuration

I am facing issue in configuring Prometheus.It seems it's configured properly but in console values are not coming but Graphs are coming properly. Grafana is able to show proper vlaues and graph.

enter image description here

Upvotes: 4

Views: 3444

Answers (2)

Julius Volz
Julius Volz

Reputation: 743

Could you also confirm that the timezone / date settings on all involved hosts (scraped targets, Prometheus, browser computer) are ok? That's frequently a problem, which then results in the Console view trying to query data from the future (which doesn't exist yet).

Upvotes: 5

brian-brazil
brian-brazil

Reputation: 34172

Are you currently scraping Prometheus at least every 5 minutes? If not there'll be no fresh values for you.

Upvotes: 4

Related Questions