We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d2e6f commit b444953Copy full SHA for b444953
docs/articles/metrics-plugins.mdx
@@ -78,6 +78,8 @@ export function runtimeInit(runtime: RuntimeExtensions) {
78
runtime.addPlugin(
79
new DatadogMetricsPlugin({
80
apiKey: environment.Datadog_API_KEY,
81
+ // Pass your Datadog site host;
82
+ url: "https://api.us5.datadoghq.com",
83
// You can add what tags you want.
84
// See https://docs.Datadoghq.com/tagging/#defining-tags for more information
85
tags: [
0 commit comments