You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2016/06/20 04:23:22 UTC

[trafficserver] branch master updated (7c20bde -> 7ec0d8d)

This is an automated email from the ASF dual-hosted git repository.

jpeach pushed a change to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git.

      from  7c20bde   TS-4563: Make the LuaJIT build unconditional.
      adds  edfb7a9   TS-4100: Permanently enable Lua metrics processing.
      adds  4502c1a   TS-4100: Remove the XML-based stats processor.
      adds  0eee262   TS-4100: Fix a metrics.config typo.
      adds  b5bebbd   TS-4100: Remove hard-coded metrics initialization.
       new  7ec0d8d   Merge pull request #705 from jpeach/fix/4100

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 cmd/traffic_manager/AddConfigFilesHere.cc   |    1 -
 cmd/traffic_manager/Makefile.am             |    6 -
 cmd/traffic_manager/StatProcessor.h         |   88 --
 cmd/traffic_manager/StatType.h              |  206 ---
 cmd/traffic_manager/StatXML.cc              |   77 --
 cmd/traffic_manager/StatXML.h               |   45 -
 cmd/traffic_manager/traffic_manager.cc      |   45 +-
 doc/admin-guide/files/records.config.en.rst |   11 -
 mgmt/RecordsConfig.cc                       |  522 -------
 proxy/config/Makefile.am                    |    1 -
 proxy/config/metrics.config.default         |   24 +-
 proxy/config/stats.config.xml.default       | 1960 ---------------------------
 12 files changed, 33 insertions(+), 2953 deletions(-)
 delete mode 100644 cmd/traffic_manager/StatProcessor.h
 delete mode 100644 cmd/traffic_manager/StatType.h
 delete mode 100644 cmd/traffic_manager/StatXML.cc
 delete mode 100644 cmd/traffic_manager/StatXML.h
 delete mode 100644 proxy/config/stats.config.xml.default

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].

[trafficserver] 01/01: Merge pull request #705 from jpeach/fix/4100

Posted by jp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jpeach pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit 7ec0d8de1341a183359808d95b34175906dfa9a9
Merge: 7c20bde b5bebbd
Author: James Peach <jp...@apache.org>
AuthorDate: Sun Jun 19 21:23:15 2016 -0700

    Merge pull request #705 from jpeach/fix/4100
    
    TS-4100: Remove custom XML metrics.

 cmd/traffic_manager/AddConfigFilesHere.cc   |    1 -
 cmd/traffic_manager/Makefile.am             |    6 -
 cmd/traffic_manager/StatProcessor.h         |   88 --
 cmd/traffic_manager/StatType.h              |  206 ---
 cmd/traffic_manager/StatXML.cc              |   77 --
 cmd/traffic_manager/StatXML.h               |   45 -
 cmd/traffic_manager/traffic_manager.cc      |   45 +-
 doc/admin-guide/files/records.config.en.rst |   11 -
 mgmt/RecordsConfig.cc                       |  522 -------
 proxy/config/Makefile.am                    |    1 -
 proxy/config/metrics.config.default         |   24 +-
 proxy/config/stats.config.xml.default       | 1960 ---------------------------
 12 files changed, 33 insertions(+), 2953 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.