Use Case
When sending to a custom endpoint, allow for grpc instead of http/raw socket.
Similar to http endpoint but more lightweight.
Expected behavior
Send the metrics in any supported format (influxdb,json,csv,etc..) to a grpc listener.
The protobuf format should of course be published too for others to be able to use in their own services.
Could be as basic as a list of strings - and let the server handle reading it back, or creating a specific protobuf format for each metric type.
Actual behavior
This does not currently exist, except for otel, which has many more restrictions, such as single field per metric, no string fields, etc..
Additional info
No response
Use Case
When sending to a custom endpoint, allow for grpc instead of http/raw socket.
Similar to http endpoint but more lightweight.
Expected behavior
Send the metrics in any supported format (influxdb,json,csv,etc..) to a grpc listener.
The protobuf format should of course be published too for others to be able to use in their own services.
Could be as basic as a list of strings - and let the server handle reading it back, or creating a specific protobuf format for each metric type.
Actual behavior
This does not currently exist, except for otel, which has many more restrictions, such as single field per metric, no string fields, etc..
Additional info
No response