Skip to content

Commit

Permalink
Correct structure for environment properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dgieselaar committed Sep 2, 2020
1 parent daff420 commit 1c5e9e3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
20 changes: 11 additions & 9 deletions x-pack/plugins/apm/common/__snapshots__/apm_telemetry.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions x-pack/plugins/apm/common/apm_telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,11 @@ export function getApmTelemetryMapping() {
},
},
environments: {
services_without_environment: long,
services_with_multiple_environments: long,
top_enviroments: keyword,
properties: {
services_without_environment: long,
services_with_multiple_environments: long,
top_enviroments: keyword,
},
},
cloud: {
properties: {
Expand Down

0 comments on commit 1c5e9e3

Please sign in to comment.