Skip to content

Commit

Permalink
Yamllint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Dec 12, 2024
1 parent 6af79c3 commit b032ea8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
init_config:
service: spicedb
service: "spicedb"

instances:
- openmetrics_endpoint: "http://spicedb:9090/metrics"
Expand Down
6 changes: 3 additions & 3 deletions observability/simple-datadog/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
name: metrics-adventure
name: "metrics-adventure"

services:
datadog:
image: datadog/agent
image: "datadog/agent"
environment:
DD_API_KEY: ${DD_API_KEY}
DD_API_KEY: "${DD_API_KEY}"
DD_HOSTNAME: "yetibox"

# NOTE: you can't set this via the config; it needs to come from environment variables.
Expand Down

0 comments on commit b032ea8

Please sign in to comment.