[
https://issues.apache.org/jira/browse/AURORA-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15089540#comment-15089540
]
Stephan Erb commented on AURORA-1282:
-------------------------------------
Would there be any objections if I create another pull request in the similar
for which allows the {{.}}?
This will silence warnings such as these:
{code}
W0108 14:20:04.262 THREAD3047
org.apache.aurora.common.stats.Stats.validateName: Invalid stat name
sla_myuser/devel/myservice_job_uptime_99.00_sec_nonprod exported as
sla_myuser/devel/myservice_job_uptime_99_00_sec_nonprod
{code}
Or more generally speaking, we should accept anything allowed for jobnames
https://github.com/apache/aurora/blob/0813e3a4445997b6a25a75f0401bbeb7aa87363b/api/src/main/thrift/org/apache/aurora/gen/api.thrift#L433
> twitter.common.stats.Stats warns about exported metric names
> ------------------------------------------------------------
>
> Key: AURORA-1282
> URL: https://issues.apache.org/jira/browse/AURORA-1282
> Project: Aurora
> Issue Type: Bug
> Reporter: Stephan Erb
> Assignee: Joe Smith
> Priority: Minor
> Fix For: 0.10.0
>
>
> The Aurora log file gets spammed with lots of warnings for each service/job:
> {code}
> W0417 11:10:06.046 THREAD159 com.twitter.common.stats.Stats.validateName:
> Invalid stat name sla_testcluster/test/myservice_mttr_nonprod_ms exported as
> sla_testcluster_test_myservice_mttr_nonprod_ms
> {code}
> Any proposals how we might get rid of them or silence them?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)