Skip to content

Commit

Permalink
fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
brock-statsig committed Jan 3, 2025
1 parent 029a71d commit 9a5cdf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/server/Templates/_SdkMonitoring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { VersionBadge } from "../../sdks/_VersionBadge.mdx";

## SDK Monitoring <VersionBadge version={props.addedInVersion} includeAboveVersion={props.includeAboveVersion}/>

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:
Expand Down
2 changes: 1 addition & 1 deletion docs/server/python/_obClientInterface.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit 9a5cdf1

Please sign in to comment.