Skip to content

Commit

Permalink
Fixed config
Browse files Browse the repository at this point in the history
  • Loading branch information
shukawam committed Sep 21, 2023
1 parent 37ce8e3 commit 95cb248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datadog-monitoring-integration/func.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ run_image: fnproject/python:3.9
entrypoint: /python/bin/fdk /function/func.py handler
memory: 256
config:
DATADOG_METRICS_API_ENDPOINT:
DATADOG_API_TOKEN:
DATADOG_METRICS_API_ENDPOINT: <your-datadog-metrics-api-endpoint>
DATADOG_API_KEY: <your-datadog-api-key>

0 comments on commit 95cb248

Please sign in to comment.