metrics-sql icon indicating copy to clipboard operation
metrics-sql copied to clipboard

sqls shoud have sanatized names

Open davidkarlsen opened this issue 8 years ago • 5 comments

sql contains . (tablename.colname) - this does not play well with metrics/graphite where . is used to separate/name metrics - hence the namingstrategy should replace dots with something else like dot

See https://github.com/dropwizard/metrics/issues/637 for related issue.

davidkarlsen avatar Aug 27 '15 12:08 davidkarlsen