Telemetry Types
GCM supports two types of telemetry: LOG and METRIC. The convention is:
LOGfor tabular data.METRICfor timeseries.
Exporters often handle telemetry types differently based on their own requirements.
For example, OpenTelemetry has different APIs to export LOGs and METRICs, and these will be reflected in the exporter implementation.