Skip to content

Commit

Permalink
make environment variable strings public again
Browse files Browse the repository at this point in the history
prior to #107 (released in version
2.10.0), they were public.
  • Loading branch information
David Byron committed Jan 11, 2021
1 parent de6cc77 commit ae709a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class NonBlockingStatsDClient implements StatsDClient {

static final String DD_DOGSTATSD_PORT_ENV_VAR = "DD_DOGSTATSD_PORT";
static final String DD_AGENT_HOST_ENV_VAR = "DD_AGENT_HOST";
static final String DD_ENTITY_ID_ENV_VAR = "DD_ENTITY_ID";
public static final String DD_ENTITY_ID_ENV_VAR = "DD_ENTITY_ID";
private static final String ENTITY_ID_TAG_NAME = "dd.internal.entity_id" ;

enum Literal {
Expand Down

0 comments on commit ae709a2

Please sign in to comment.