| Interface | Description |
|---|---|
| BaggageRestrictionManager |
BaggageRestrictionManager is an interface for a class that manages baggage
restrictions for baggage keys.
|
| BaggageRestrictionManagerProxy |
BaggageRestrictionManagerProxy is an interface for a class that fetches baggage
restrictions for specific service from a remote source i.e.
|
| Class | Description |
|---|---|
| BaggageSetter |
BaggageSetter is a class that sets baggage and the logs associated
with the baggage on a given
Span. |
| DefaultBaggageRestrictionManager |
DefaultBaggageRestrictionManager is a manager that returns a
Restriction
that allows all baggage. |
| HttpBaggageRestrictionManagerProxy | |
| RemoteBaggageRestrictionManager |
NewRestrictionManager returns a BaggageRestrictionManager that polls the agent for the latest
baggage restrictions.
|
| Restriction |
Restriction determines whether a baggage key is allowed and contains any
restrictions on the baggage value.
|