Skip to content

Commit 620de06

Browse files
committed
Added link
Linked "a valid epoch timestamp" to the "Required key-value pairs" section where the timestamp key is described in details.
1 parent 7bf23d7 commit 620de06

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
@@ -28,7 +28,7 @@ Follow this example to send your first metric data points to New Relic:
2828

2929
1. Get the <InlinePopover type="licenseKey"/> for the account you want to report data to.
3030
2. Insert the license key into the following JSON, and then send the JSON to our [endpoint](#api-endpoint).
31-
3. Update the `timestamp` value from `CURRENT_TIMESTAMP` to a valid epoch timestamp.
31+
3. Update the `timestamp` value from `CURRENT_TIMESTAMP` to [a valid epoch timestamp](#json-payload-keys).
3232
This example creates a single metric data point for a metric named `memory.heap`, but you can create additional attributes or data points by specifying [metric types](/docs/telemetry-data-platform/ingest-manage-data/understand-data/metric-data-type) or adding [optional `common` blocks](#optional-map-attributes).
3333

3434
```bash

0 commit comments

Comments
 (0)