Commit 7176c54f authored by Stephane Nicoll's avatar Stephane Nicoll

Polish "Add metric description and base unit to metrics endpoint"

Closes gh-13813
parent ab1f8cf7
...@@ -54,7 +54,8 @@ public class MetricsEndpointDocumentationTests extends MockMvcEndpointDocumentat ...@@ -54,7 +54,8 @@ public class MetricsEndpointDocumentationTests extends MockMvcEndpointDocumentat
.andExpect(status().isOk()) .andExpect(status().isOk())
.andDo(document("metrics/metric", responseFields( .andDo(document("metrics/metric", responseFields(
fieldWithPath("name").description("Name of the metric"), fieldWithPath("name").description("Name of the metric"),
fieldWithPath("description").description("Description of the metric"), fieldWithPath("description")
.description("Description of the metric"),
fieldWithPath("baseUnit").description("Base unit of the metric"), fieldWithPath("baseUnit").description("Base unit of the metric"),
fieldWithPath("measurements") fieldWithPath("measurements")
.description("Measurements of the metric"), .description("Measurements of the metric"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment