Skip to content

Commit

Permalink
jd-opensource#6: sync requests carry agent version and app metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanzhibang committed Aug 30, 2024
1 parent 5f2d75c commit 2f38996
Showing 1 changed file with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,16 @@ public interface Constants {
*/
String LABEL_REGION = LABEL_LIVE_PREFIX + "region";

/**
* Constant for the instance ip.
*/
String LABEL_INSTANCE_IP = LABEL_LIVE_PREFIX + "instance-ip";

/**
* Constant for the live agent version.
*/
String LABEL_AGENT_VERSION = LABEL_LIVE_PREFIX + "agent-version";

/**
* Prefix for lane-related constants.
*/
Expand Down Expand Up @@ -115,15 +125,6 @@ public interface Constants {
* Constant for the service consumer.
*/
String LABEL_SERVICE_CONSUMER = LABEL_SERVICE_PREFIX + "consumer";
/**
* Constant for the instance ip.
*/
String LABEL_INSTANCE_IP = LABEL_SERVICE_PREFIX + "instance-ip";

/**
* Constant for the live agent version.
*/
String LABEL_AGENT_VERSION = LABEL_SERVICE_PREFIX + "agent-version";

/**
* Default value for labels.
Expand Down

0 comments on commit 2f38996

Please sign in to comment.