Skip to content

Commit 5aa777a

Browse files
committed
Passive sentence to active sentence
Updated a sentence from passive to active.
1 parent f6d77c6 commit 5aa777a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/data-apis/ingest-apis/metric-api/report-metrics-metric-api.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Use the [Metric API](/docs/introduction-new-relic-metric-api) to send custom met
2222

2323
We report the metric types `count`, `gauge`, and `summary`. For more information on metrics see [our documentation](/docs/telemetry-data-platform/ingest-manage-data/understand-data/metric-data-type).
2424

25-
Submit metric data to New Relic through an HTTP POST request. Each request is composed of one or more metric data points, which consist of a metric name, a timestamp, and a value.
25+
Submit metric data to New Relic through an HTTP POST request. Compose each request with one or more metric data points, that consist of a `name`, a `timestamp`, and a `value` for the metric.
2626

2727
Follow this example to send your first metric data points to New Relic:
2828

0 commit comments

Comments
 (0)