[prometheus-users] Filtering data based on unique values

2021-01-24 Thread Rohit Bharati
Hi Everyone, I am setting up monitoring for my bamboo Job(CI/CD tool). For which I am using a nodeJS exporter ( I am new to it) which returns the following feilds:

Re: [prometheus-users] The prometheus exporter sever is limited for some time

2021-01-24 Thread Dhanush Eswar
Hi Julius Volz, Thanks for the explanation got the clear picture of the working of Prometheus, It works fine in my local computer, when I host the Exporter to the AWS instance, I am getting only the 2 hours of data, unlikely in local it works for any number of hours(Getting the data uninterrup

[prometheus-users] PromQL - vector cannot contain metrics with the same labelset

2021-01-24 Thread Dan S
Hi, Not sure what I'm doing wrong when trying to divide *count by (__name__) ({job="kubernetes-pods", app="scylla"})* scrape_series_added{} 70 scrape_samples_scraped{} 70 scylla_node_operation_mode{} 70 scrape_samples_post_metric_relabeling{} 70 scrape_duration_seconds{} 70 up{} 70 When I tr