koreansilikon.blogg.se

Arangodb client application
Arangodb client application




arangodb client application

It may be that you need only find a system that allows you to graph data. I found from this documentation ( ) that it's the text format in this form: I need to define the data format between my API (coming out from API) and Prometheus (coming into Prometheus). I need to find out the data format that Prometheus understand.Therefore, for my API, I need to create an API and app in Golang and this API/App need to be exposed in the specific HTTP port (for example 8001), then in Prometheus, I need to add the target for 8001 port in order for Prometheus to be able to scrape on my API. We need to launch this node_exporter and expose it on a specific IP address and port (listen address) then we need to configure the target in Prometheus config to target these ports that node_exporter is running on. I checked the getting started guide of Prometheus ( ) where we use node_exporter metrics in Prometheus.Therefore I would like to confirm the following questions if it is correct as I understood: I have a statistics of the data in the ArangoDB for example, how many times the simulation has been launched that I want to see in Prometheus. I am trying to creating an API to connect between ArangoDB and Prometheus. COLLECT from = ec._from, to = ec._to WITH COUNT INTO countįILTER d.from = ec._from AND d.to = ec._toĬOLLECT from = ec._from, to = ec._to AGGREGATE count = LENGTH(1) INTO edges = ec._key






Arangodb client application