# sourcegraph-datadog-metrics **Repository Path**: mirrors_sourcegraph/sourcegraph-datadog-metrics ## Basic Information - **Project Name**: sourcegraph-datadog-metrics - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2025-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Datadog metrics Sourcegraph extension ## ⚠️ Deprecation notice **Sourcegraph extensions have been deprecated with the September 2022 Sourcegraph release. [Learn more](https://docs.sourcegraph.com/extensions/deprecation).** The repo and the docs below are kept to support older Sourcegraph versions. ## Description A [Sourcegraph extension](https://docs.sourcegraph.com/extensions) that allows jumps to the Datadog page for a metrics/instrumentation call in the code files. [**🗃️ Source code**](https://github.com/sourcegraph/sourcegraph-datadog-metrics) [**➕ Add to Sourcegraph**](https://sourcegraph.com/extensions/sourcegraph/datadog-metrics) (see [usage instructions](#usage) for self-hosted Sourcegraph instances) ## Features Works on [Sourcegraph.com](https://sourcegraph.com), [self-hosted Sourcegraph instances](https://docs.sourcegraph.com/#quickstart), and on code hosts (via the [Sourcegraph browser extension](https://docs.sourcegraph.com/integration/browser_extension)). - **Jump to graph on Datadog page** for standard metric/instrumentation calls ![Datadog extension screenshot](https://user-images.githubusercontent.com/1308560/116604986-b30dca00-a8e3-11eb-98b7-843f69493e18.png "Datadog extension example") ## Usage 1. Enable the `sourcegraph-datadog-metrics` extension: - On Sourcegraph.com, visit [https://sourcegraph.com/extensions/sourcegraph/datadog-metrics](https://sourcegraph.com/extensions/sourcegraph/datadog-metrics) to enable it. - On a self-hosted Sourcegraph instance, select **User menu > Extensions**, search for `sourcegraph/datadog-metrics`, and enable it. 2. Visit any code file containing datadog statsd metric/instrumentation calls on Sourcegraph. 3. Click on the Datadog link that appears at the end of the line of each Datadog metric/instrumentation call to open the associated graph in the Datadog page.