destrex271 / pgwatch3_rpc_server

RPC Server Implementation for pgwatch3
2 stars 0 forks source link

CSV Reciever #2

Open destrex271 opened 1 month ago

destrex271 commented 1 month ago

An RPC receiver that accepts the measurements and writes them to a csv file as specified in the request url

pashagolub commented 1 month ago

I prefer to use measurements term. Meaning metric is a definition (schema) of what we fetch. And a real metric data fetched is a measurement.

Just like temperature Celsius is a metric, but 45°С is a measurement of temperature. :-)

destrex271 commented 4 weeks ago

Ok, Will make that change

destrex271 commented 3 weeks ago

Completed partially in #3 Updates will be added in next PR