Skip to content

Commit dd0e7da

Browse files
authored
Merge pull request #36854 from vespa-engine/bjorncs/add-jetty-http-violation-metric
Add Jetty HTTP compliance violation metric to infrastructure metric set
2 parents 90634c8 + a7f731c commit dd0e7da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

metrics/src/main/java/ai/vespa/metrics/set/InfrastructureMetricSet.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ private static Set<Metric> getConfigServerMetrics() {
150150
addMetric(metrics, ContainerMetrics.SERVER_NUM_REQUESTS.count());
151151
addMetric(metrics, ContainerMetrics.SERVER_STARTED_MILLIS.max());
152152
addMetric(metrics, ContainerMetrics.JDISC_HTTP_LATENCY.max());
153+
addMetric(metrics, ContainerMetrics.JETTY_HTTP_COMPLIANCE_VIOLATION.count());
153154

154155
return metrics;
155156
}

0 commit comments

Comments
 (0)