Member since
12-30-2019
1
Post
0
Kudos Received
0
Solutions
12-30-2019
10:30 AM
Hi guys,
I need to retrieve information about impala queries, network usage, memory (allocated and utilized), etc., with a period grater than 5 minutes.
How can I do this via REST API? And dinamically?
I need that the URL changes according to the current time.
For example, in the URL bellow, I want to substitute what is in bold and red by dynamic times like from 30 days before to now.
http://10.128.12.9:7180/api/v6/timeseries?query=SELECT+total_impala_admission_controller_local_backend_mem_reserved_across_impala_daemon_pools+WHERE+entityName+%3D+%22impala%3Aroot.g_pool_sit%22+AND+category+%3D+IMPALA_POOL&contentType=application%2Fjson&from=2019-12-01T02%3A00%3A00.000Z&to=2019-12-31T01%3A59%3A59.999Z
... View more
Labels:
- Labels:
-
Apache Impala