Harshil has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/13345 )

Change subject: IMPALA-8560: Prometheus metrics support in Impala
......................................................................


Patch Set 4:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/13345/4//COMMIT_MSG
Commit Message:

http://gerrit.cloudera.org:8080/#/c/13345/4//COMMIT_MSG@9
PS4, Line 9: -- This change adds Prometheus text explosion format metric 
generation.
> I looked more at
So for 3) there is something called job_name in prometheus config, that get 
appended to metric, below has details

https://prometheus.io/docs/prometheus/latest/configuration/configuration/#scrape_config

For 2) there is no difference in prometheus perspective between S/MS/NS, there 
is only float or int.  Can we convert all time values to either second or 
millisecond ?

Below is based on doc:
"""
value is a float represented as required by Go's ParseFloat() function. In 
addition to standard numerical values, Nan, +Inf, and -Inf are valid values 
representing not a number, positive infinity, and negative infinity, 
respectively.
The timestamp is an int64 (milliseconds since epoch, i.e. 1970-01-01 00:00:00 
UTC, excluding leap seconds), represented as required by Go's ParseInt() 
function.
"""

For 1) I will address it.



--
To view, visit http://gerrit.cloudera.org:8080/13345
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I5349085a2007b568cb97f9b8130804ea64d7bb08
Gerrit-Change-Number: 13345
Gerrit-PatchSet: 4
Gerrit-Owner: Harshil <hars...@cloudera.com>
Gerrit-Reviewer: Harshil <hars...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Gerrit-Reviewer: Lars Volker <l...@cloudera.com>
Gerrit-Reviewer: Tim Armstrong <tarmstr...@cloudera.com>
Gerrit-Comment-Date: Sat, 18 May 2019 00:39:32 +0000
Gerrit-HasComments: Yes

Reply via email to