Add datadog environment as a configuration option

(cherry picked from commit 4306558baa595606cd6befff08c8c815d6fe2bd4)
This commit is contained in:
Aditya Purandare 2020-10-01 14:42:22 -07:00
parent 4061ef375d
commit 57b10f5693
No known key found for this signature in database
GPG key ID: 664EAB008736E55B
4 changed files with 16 additions and 2 deletions

View file

@ -92,6 +92,9 @@ datadog-collector-port
# specifies the service name to use for any traces created, Default: nginx
datadog-service-name
# specifies the environment this trace belongs to, Default: prod
datadog-environment
# specifies the operation name to use for any traces collected, Default: nginx.handle
datadog-operation-name-override