Skip to content

Commit

Permalink
Removing unsupported env var (#81)
Browse files Browse the repository at this point in the history
Changes to the dd-trace-rb library have deprecated the DD_SERVICE_ENV
variable. See DataDog/dd-trace-rb#101 for
more info.
  • Loading branch information
jyee authored Dec 3, 2018
1 parent cc61d70 commit e730ca0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ In addition to the environment variables shown above, there are a number of othe
| `DD_PROCESS_AGENT` | *Optional.* The Datadog Process Agent is disabled by default. Set this to `true` to enable the Process Agent. |
| `DD_SITE` | *Optional.* If you use the app.datadoghq.eu service, set this to `datadoghq.eu`. Defaults to `datadoghq.com`. |
| `DD_AGENT_VERSION` | *Optional.* By default, the buildpack installs the latest version of the Datadog Agent available in the package repository. Use this variable to install older versions of the Datadog Agent (note that not all versions of the Agent may be available). |
| `DD_SERVICE_ENV` | *Optional.* The Datadog Agent automatically tries to identify your environment by searching for a tag in the form `env:<environment name>`. For more information, see the [Datadog Tracing environments page](https://docs.datadoghq.com/tracing/environments/). |

For additional documentation, refer to the [Datadog Agent documentation](https://docs.datadoghq.com/agent/).

Expand Down

0 comments on commit e730ca0

Please sign in to comment.