spring-boot/spring-boot-docs
sebastiankirsch a15684e67e Allow per-http-method MetricsFilter submissions
Add `endpoints.metrics.filter.gauge-submissions` and
`endpoints.metrics.filter.counter-submissions` properties which can be
used to fine-tune how MetricsFilter submits metrics.

Use `per-http-method` to group by the the HTTP method, `merged` to
combine or both (`merged,per-http-method`) to submit both in forms.

Closes gh-5102
2016-04-05 22:41:45 -07:00
..
src/main Allow per-http-method MetricsFilter submissions 2016-04-05 22:41:45 -07:00
pom.xml Fix assembly that collects all of the starter poms 2016-03-30 15:09:56 +01:00