Skip to content

Commit

Permalink
Corrected tagsTransformer config in README (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickard-von-essen-iz authored and pp-tim committed Nov 23, 2017
1 parent cdb6009 commit a3f5d41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Dropwizard project layout.
Tags for a metric are created by a class implementing the `Transform` interface
configured by `tagsTransformer`. By default the `ClassBasedTransformer` is used
and it creates tha following tags: `metricName`, `package`, `className`, and
`method`.
`method`.

### Gauge Grouping

Expand Down Expand Up @@ -239,5 +239,6 @@ durationUnit: MILLISECONDS
rateUnit: SECONDS
# default inherited from MetricsFactory
frequency: 1m
tagsTransformer: com.izettle.metrics.influxdb.tags.ClassBasedTransformer # default
tagsTransformer:
type: ClassBased # default
```

0 comments on commit a3f5d41

Please sign in to comment.