destrex271 / pgwatch3_rpc_server

RPC Server Implementation for pgwatch3
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

CSV Reciever #2

Closed destrex271 closed 4 months ago

destrex271 commented 5 months ago

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

pashagolub commented 5 months 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 5 months ago

Ok, Will make that change

destrex271 commented 5 months ago

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

destrex271 commented 4 months ago

Completed, closing this issue.