Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix broken link #2450

Merged
merged 1 commit into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/)**
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor grammar fix needed: The SDK provide should be The SDK provides since "SDK" is a singular noun.

Spotted by Graphite Reviewer

Is this helpful? React 👍 or 👎 to let us know.


#### 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
Loading