mkopylec / charon-spring-boot-starter

Reverse proxy implementation in form of a Spring Boot starter.
Apache License 2.0
245 stars 55 forks source link

Log mapping name in retry logs #5

Closed mkopylec closed 8 years ago

mkopylec commented 8 years ago

Change metrics-name property to name and pass it through retry context. The result of the change will be remowing DEFAULT_METRICS_NAME as a metric name and use name property to name metrics. There also should be a one, configurable metrics name prefix, preferably "charon"

mkopylec commented 8 years ago

Done