diff --git a/docs/server/Templates/_SdkMonitoring.mdx b/docs/server/Templates/_SdkMonitoring.mdx index 03328ea8e..720136582 100644 --- a/docs/server/Templates/_SdkMonitoring.mdx +++ b/docs/server/Templates/_SdkMonitoring.mdx @@ -2,7 +2,7 @@ import { VersionBadge } from "../../sdks/_VersionBadge.mdx"; ## SDK Monitoring -The SDK provide an option to integrate with your preferred observability tool to monitor the SDK's behavior and performance. For detailed information and metrics emitted, please see **[sdk monitoring](https://docs.statsig.com/server/concepts/sdk_monitoring)** +The SDK provide an option to integrate with your preferred observability tool to monitor the SDK's behavior and performance. For detailed information and metrics emitted, please see **[sdk monitoring](/sdk_monitoring/)** #### ObservabilityClient interface The SDK provides the following interface methods to track various metrics: diff --git a/docs/server/python/_obClientInterface.mdx b/docs/server/python/_obClientInterface.mdx index ce289f7da..c3ffda034 100644 --- a/docs/server/python/_obClientInterface.mdx +++ b/docs/server/python/_obClientInterface.mdx @@ -45,7 +45,7 @@ class ObservabilityClient: def should_enable_high_cardinality_for_this_tag(self, tag: str) -> bool: """ - Determine if a high cardinality tag should be logged. See the list of high cardinality tags https://docs.statsig.com/server/concepts/sdk_monitoring#metric-tags + Determine if a high cardinality tag should be logged. See the list of high cardinality tags https://docs.statsig.com/sdk_monitoring/ :param tag: The tag to check for high cardinality enabled. """