Skip to content

Commit e6a23a3

Browse files
authored
Update custom_metrics.md
1 parent 4878f41 commit e6a23a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/metrics/custom_metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A Datadog custom metric has the properties below. Refer to the [Metrics Introduc
3333
| Property | Description |
3434
|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|
3535
| `<METRIC_NAME>` | The [name of your metric](#naming-custom-metrics). |
36-
| `<METRIC_VALUE>` | The value of your metric. **Note**: Metric values must be 32-bit. Values should not be timestamps. |
36+
| `<METRIC_VALUE>` | The value of your metric. **Note**: Metric values must be 32-bit. Values should not reflect dates or timestamps. |
3737
| `<TIMESTAMP>` | The timestamp associated with the metric value. **Note**: Metric timestamps cannot be more than ten minutes in the future or more than one hour in the past. |
3838
| `<TAGS>` | The set of tags associated with your metric. |
3939
| `<METRIC_TYPE>` | The type of your metric. See the [metric type documentation][8]. |

0 commit comments

Comments
 (0)