skywalking-java/apm-sniffer
吴晟 Wu Sheng b3ab1aed81
Add cluster concept to the configuration, and enhance namespace concept (#123)
* [Important] Namespace represents a subnet, such as kubernetes namespace, or 172.10.*.*. Make namespace concept as a part of service naming format.
* [Important] Add cluster concept, also as a part of service naming format. The cluster name would be
    1. Add as {@link #SERVICE_NAME} suffix.
    2. Add as exit span's peer, ${CLUSTER} / original peer
    3. Cross Process Propagation Header's value addressUsedAtClient[index=8] (Target address of this request used on the client end).
* [Breaking Change] Remove deprecated `agent.instance_properties` configuration.
  Recommend `agent.instance_properties_json`.
* The namespace and cluster would be reported as instance properties, keys are `namespace` and `cluster`. Notice, if
  instance_properties_json includes these two keys, they would be overrided by the agent core.
* [Breaking Change] Remove the namespace from `cross process propagation` key.
2022-03-12 22:33:18 +08:00
..
apm-agent Release 8.9.0 and set next version to 8.10.0 (#101) 2022-01-28 21:23:43 +08:00
apm-agent-core Add cluster concept to the configuration, and enhance namespace concept (#123) 2022-03-12 22:33:18 +08:00
apm-sdk-plugin Add graphql v16+ plugin (#121) 2022-03-06 13:30:05 +08:00
apm-test-tools Release 8.9.0 and set next version to 8.10.0 (#101) 2022-01-28 21:23:43 +08:00
apm-toolkit-activation Release 8.9.0 and set next version to 8.10.0 (#101) 2022-01-28 21:23:43 +08:00
bootstrap-plugins Release 8.9.0 and set next version to 8.10.0 (#101) 2022-01-28 21:23:43 +08:00
config Add cluster concept to the configuration, and enhance namespace concept (#123) 2022-03-12 22:33:18 +08:00
optional-plugins fix the trace breaking bugs in WebFlux server and WebClient(#114) 2022-03-01 20:47:18 +08:00
optional-reporter-plugins Release 8.9.0 and set next version to 8.10.0 (#101) 2022-01-28 21:23:43 +08:00
pom.xml Release 8.9.0 and set next version to 8.10.0 (#101) 2022-01-28 21:23:43 +08:00