Skip to content

Grpc output plugin #18723

@talfridmen

Description

@talfridmen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestRequests for new plugin and for new features to existing plugins

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions