# Functions
FromMetric converts a OTLP Metric to SignalFx datapoint(s).
FromOTLPMetricRequest converts the ResourceMetrics in an incoming request to SignalFx datapoints.
FromOTLPResourceMetrics converts OTLP ResourceMetrics to SignalFx datapoints.
NewHTTPMetricDecoder decodes OTLP metrics and puts them onto the provided sink.
SignalFxMetricsFromOTLPMetric converts an OTLP Metric to a SignalFxMetric.
SignalFxMetricsFromOTLPResourceMetrics creates the intermediate SignalFxMetric from OTLP metrics instead of going all the way to datapoint.Datapoint.
StringAttributesToDimensions converts a list of string KVs into a map.
StringifyAnyValue converts an AnyValue to a string.
# Structs
SignalFxMetric is a single NumberDataPoint paired with a metric name such that it contains all of the information needed to convert it to a SignalFx datapoint.