[Telemetry] Remove custom code for spaces in telemetry (#27903) (#28175)

* Remove custom code for spaces in telemetry

* Undo this change

* Change how this is inserted into the monitoring doc
This commit is contained in:
Chris Roberson 2019-01-07 09:44:42 -05:00 committed by GitHub
parent 2cb40a5514
commit ae80be20d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,9 +70,7 @@ export function getSpacesUsageCollector(server: any) {
type: KIBANA_STATS_TYPE_MONITORING,
payload: {
usage: {
xpack: {
spaces: result,
},
spaces: result,
},
},
};