@@ -708,12 +708,12 @@ A Push Metric Exporter MUST support the following functions:
708708
709709##### Export(batch)
710710
711- Exports a batch of ` Metrics ` . Protocol exporters that will implement this
712- function are typically expected to serialize and transmit the data to the
713- destination.
711+ Exports a batch of [ Metric points ] ( ./datamodel.md#metric-points ) . Protocol
712+ exporters that will implement this function are typically expected to serialize
713+ and transmit the data to the destination.
714714
715715The SDK MUST provide a way for the exporter to get the [ Meter] ( ./api.md#meter )
716- information (e.g. name, version, etc.) associated with each ` Metric ` .
716+ information (e.g. name, version, etc.) associated with each ` Metric point ` .
717717
718718` Export ` will never be called concurrently for the same exporter instance.
719719` Export ` can be called again only after the current call returns.
@@ -728,10 +728,10 @@ are being sent to.
728728
729729** Parameters:**
730730
731- ` batch ` - a batch of ` Metric ` s. The exact data type of the batch is language
732- specific, typically it is some kind of list. The exact type of ` Metric ` is
733- language specific, and is typically optimized for high performance. Here are
734- some examples:
731+ ` batch ` - a batch of ` Metric point ` s. The exact data type of the batch is
732+ language specific, typically it is some kind of list. The exact type of `Metric
733+ point` is language specific, and is typically optimized for high performance.
734+ Here are some examples:
735735
736736``` text
737737 +--------+ +--------+ +--------+
0 commit comments