We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af79c3 commit b032ea8Copy full SHA for b032ea8
observability/simple-datadog/conf.d/openmetrics.d/conf.yaml
@@ -1,6 +1,6 @@
1
---
2
init_config:
3
- service: spicedb
+ service: "spicedb"
4
5
instances:
6
- openmetrics_endpoint: "http://spicedb:9090/metrics"
observability/simple-datadog/docker-compose.yml
@@ -1,11 +1,11 @@
-name: metrics-adventure
+name: "metrics-adventure"
services:
datadog:
- image: datadog/agent
+ image: "datadog/agent"
7
environment:
8
- DD_API_KEY: ${DD_API_KEY}
+ DD_API_KEY: "${DD_API_KEY}"
9
DD_HOSTNAME: "yetibox"
10
11
# NOTE: you can't set this via the config; it needs to come from environment variables.
0 commit comments