Skip to content

Commit

Permalink
Revert Stats API for 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Sep 20, 2017
1 parent cbce62c commit f31b888
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 42 deletions.
4 changes: 0 additions & 4 deletions src/server/kbn_server.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import optimizeMixin from '../optimize';
import pluginsInitializeMixin from './plugins/initialize';
import { indexPatternsMixin } from './index_patterns';
import { savedObjectsMixin } from './saved_objects';
import { statsMixin } from './stats';
import { kibanaIndexMappingsMixin } from './mappings';
import { serverExtensionsMixin } from './server_extensions';

Expand All @@ -45,9 +44,6 @@ export default class KbnServer {
warningsMixin,
statusMixin,

// set up stats route
statsMixin,

// writes pid file
pidMixin,

Expand Down
1 change: 0 additions & 1 deletion src/server/stats/index.js

This file was deleted.

21 changes: 0 additions & 21 deletions src/server/stats/stats.js

This file was deleted.

16 changes: 0 additions & 16 deletions src/server/stats/stats_mixin.js

This file was deleted.

0 comments on commit f31b888

Please sign in to comment.