Skip to content

Commit

Permalink
Add OTel calendar app (#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
liustanley authored Oct 17, 2024
1 parent d9c9921 commit e3beb6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
/components/datadog/apps/tracegen @DataDog/agent-apm
/components/datadog/apps/cws @DataDog/agent-security
/components/datadog/apps/fips @DataDog/agent-shared-components
/components/datadog/apps/otel @DataDog/opentelemetry
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
image: jmx-test-app
- app: fips
image: fips-server
- app: otel
image: calendar-go

steps:
- name: Checkout repository
Expand Down
1 change: 1 addition & 0 deletions components/datadog/apps/otel/images/calendar-go/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM datadog/opentelemetry-examples:calendar-go-rest-0.15

0 comments on commit e3beb6c

Please sign in to comment.