From 4c77d5306122032c687aa708e1d87e1c29a1e21a Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Thu, 6 Feb 2025 16:10:05 -0500 Subject: [PATCH] fixup: md lint fix Signed-off-by: Todd Baert --- docs/reference/monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/monitoring.md b/docs/reference/monitoring.md index ad6ce88be..c88d79f77 100644 --- a/docs/reference/monitoring.md +++ b/docs/reference/monitoring.md @@ -167,4 +167,4 @@ access metrics through [Prometheus](http://localhost:9090/graph) & traces throug [Flag metadata](https://openfeature.dev/specification/types/#flag-metadata) comprises auxiliary data pertaining to feature flags; it's highly valuable in telemetry signals. Flag metadata might consist of attributes indicating the version of the flag, an identifier for the flag set, ownership information about the flag, or other documentary information. flagd supports flag metadata in all its [gRPC protocols](../reference/specifications//protos.md), in [OFREP](../reference/flagd-ofrep.md), and in its [flag definitions](./flag-definitions.md#metadata). -These attributes are returned with flag evaluations, and can be added to telemetry signals as outlined in the [OpenFeature specification](https://openfeature.dev/specification/appendix-d). \ No newline at end of file +These attributes are returned with flag evaluations, and can be added to telemetry signals as outlined in the [OpenFeature specification](https://openfeature.dev/specification/appendix-d).