Skip to content

Commit 2dc1e4f

Browse files
committed
Add Prometheus naming link to Performance Insights docs
1 parent 6805d2c commit 2dc1e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/markdown/docs/03 cloud/02 Analyzing Results/02 Performance Insights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ _Identifier_: `best_practice_invalid_metric_names`
256256
- **Happens when**:
257257
you tag your custom metrics with invalid names.
258258
- **Recommendations**:
259-
- Ensure your custom metric names comply with OpenTelemetry and Prometheus limitations. Such as:
259+
- Ensure your custom metric names comply with OpenTelemetry and [Prometheus limitations](https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels). Such as:
260260
- Only contain valid symbols of ASCII letters, numbers, or `_`.
261261
- Metric names must not start with a number.
262262

0 commit comments

Comments
 (0)