Documentation ¶
Overview ¶
Package otlp provides the HTTP handlers for receiving OTLP telemetry signals.
Index ¶
Constants ¶
View Source
const ( // HeaderSessionID is the name of the HTTP header where a BindPlane Session ID can be found. This will be used by // Relayer to match up the request with an eventual response via OTLP HTTP POST. HeaderSessionID = "X-Bindplane-Session-ID" )
Variables ¶
This section is empty.
Functions ¶
func AddRoutes ¶
func AddRoutes(router gin.IRouter, bindplane exposedserver.BindPlane)
AddRoutes adds endpoints for receiving OTLP formatted (compressed grpc) telemetry signals.
func Logs ¶
func Logs(c *gin.Context, bindplane exposedserver.BindPlane)
Logs handles OTLP formatted log data.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.