Skip to content

Commit b444953

Browse files
committed
Add Datadog site host configuration to metrics plugin documentation
1 parent c4d2e6f commit b444953

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/articles/metrics-plugins.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ export function runtimeInit(runtime: RuntimeExtensions) {
7878
runtime.addPlugin(
7979
new DatadogMetricsPlugin({
8080
apiKey: environment.Datadog_API_KEY,
81+
// Pass your Datadog site host;
82+
url: "https://api.us5.datadoghq.com",
8183
// You can add what tags you want.
8284
// See https://docs.Datadoghq.com/tagging/#defining-tags for more information
8385
tags: [

0 commit comments

Comments
 (0)