You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2016/08/11 16:34:20 UTC

[jira] [Updated] (TS-4740) Produce a warning if old metrics config is still in place

     [ https://issues.apache.org/jira/browse/TS-4740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-4740:
------------------------------
    Labels: newbie  (was: )

> Produce a warning if old metrics config is still in place
> ---------------------------------------------------------
>
>                 Key: TS-4740
>                 URL: https://issues.apache.org/jira/browse/TS-4740
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Metrics
>            Reporter: Leif Hedstrom
>              Labels: newbie
>             Fix For: 7.0.0
>
>
> As of v7.0.0, the metrics config is migrated from XML to Lua. It might be nice that upon loading the Lua file, if it also sees the old XML file, it'd produce a warning. Something like
> {code}
>     if (exists(stats.config.xml)) {
>         Warning("Ignoring the old stats.config.xml configuration, loading metrics.config instead");
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)