Class | Description |
---|---|
ProtoMetricsDataParser |
This a simple parser of the OpenTelemetry MetricsData message to our internal SbcMetricsData representation.
|
ReadOnlyMessage |
This class aims to be used as a base class for all POJO classes used to hold the
deserialized information from a protobuf byte[] object.
|
SbcMetricsData |
This a simple POJO mapping the OpenTelemetry MetricsData message.
|
SbcResourceMetrics |
POJO corresponding to the ResourceMetrics message in OpenTelemetry
with a direct mapped broker id found within the key-value pair under the resource's attributes list
|
WireFormatHelpers |
Bunch of helper methods which aren't publicly exported from the official library but are based on the protobuf
standard so are not really "internal" and therefore risky implementation detail.
|