Request Baggage #

Request baggage is metadata that can be added to logging and metrics for RPCs. There are a couple of plugins that control the payloads for the different usages. The name is borrowed from OpenTelemetry to indicate that this data is non-essential but useful for observability. Care should be taken when it is used with large player bases as the extra data can overwhelm the observability services.

In this section, you can learn how to configure a request baggage plugin and how to store per-session values that can be included in request baggage.

Contents #

TopicDescription
PluginsUse a provided plugin or implement your own.
Update Session BaggageStore per-session key-value pairs that are surfaced in request baggage.