Rename profiler_proxy -> profiler-proxy

This commit is contained in:
Daniel García Aubert 2019-10-07 10:01:18 +02:00
parent 8fb4f4063f
commit 7dbac5a565
4 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
'use strict';
const Profiler = require('../../stats/profiler_proxy');
const Profiler = require('../../stats/profiler-proxy');
const debug = require('debug')('windshaft:cartodb:stats');
const onHeaders = require('on-headers');

View File

@ -4,7 +4,7 @@ require('../support/test_helper');
var assert = require('assert');
var StatsClient = require('../../lib/stats/client');
var ProfilerProxy = require('../../lib/stats/profiler_proxy');
var ProfilerProxy = require('../../lib/stats/profiler-proxy');
describe('profiler + statsd', function() {
var statsInstance;

View File

@ -3,7 +3,7 @@
require('../../../support/test_helper');
var assert = require('assert');
var ProfilerProxy = require('../../../../lib/stats/profiler_proxy');
var ProfilerProxy = require('../../../../lib/stats/profiler-proxy');
describe('profiler', function() {