From d297a1811543e776748321ff345326068caf07ac Mon Sep 17 00:00:00 2001 From: Benjamin Wohlwend Date: Mon, 29 Oct 2018 14:03:18 +0100 Subject: [PATCH 1/2] added note about lack of support for environment in APM UI fixes #284 --- docs/configuration.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/configuration.asciidoc b/docs/configuration.asciidoc index cf874a662..43c6dbe6b 100644 --- a/docs/configuration.asciidoc +++ b/docs/configuration.asciidoc @@ -134,6 +134,11 @@ Note however that this can have adverse effects on performance. The name of the environment this service is deployed in, e.g. "production" or "staging". +NOTE: `environment` is currently not supported in the Kibana APM UI. +This means that data from different environments that share the same +`<>` will be shown together in the APM UI. +For the time being, we recommend to also append the environment name to the service name. + [float] [[config-secret-token]] ==== `secret_token` From 4e8b07ed3768b1006fbea685722242d3270b2f4e Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Mon, 29 Oct 2018 14:18:35 +0100 Subject: [PATCH 2/2] Update docs/configuration.asciidoc Co-Authored-By: beniwohli --- docs/configuration.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.asciidoc b/docs/configuration.asciidoc index 43c6dbe6b..d15f996fe 100644 --- a/docs/configuration.asciidoc +++ b/docs/configuration.asciidoc @@ -136,7 +136,7 @@ e.g. "production" or "staging". NOTE: `environment` is currently not supported in the Kibana APM UI. This means that data from different environments that share the same -`<>` will be shown together in the APM UI. +`<>` will be shown together in the APM UI. For the time being, we recommend to also append the environment name to the service name. [float]