Skip to content

Commit

Permalink
Add datadog api key (#473)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Perlman <mperlman@codeforamerica.org>
  • Loading branch information
cy-by and cram-cfa authored Aug 9, 2024
1 parent 39b0dd1 commit 48315ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ server:
whitelabel:
enabled: false
management:
datadog:
metrics:
export:
api-key: ${DATADOG_API_KEY}
application-key: ${DATADOG_APPLICATION_KEY}
endpoints:
enabled-by-default: false
org:
Expand Down

0 comments on commit 48315ad

Please sign in to comment.