summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@vespa.ai>2024-01-04 13:18:47 +0100
committerBjørn Christian Seime <bjorncs@vespa.ai>2024-01-04 13:18:47 +0100
commitd44eb240da956d504826bde0f444109a55870d00 (patch)
tree166e58ee58853af4c9f53c5fec13f47d51e7b72f /container-core
parent4d0f6933229a742aa884c4d8cfcb023b23f30ad3 (diff)
Update API spec
Diffstat (limited to 'container-core')
-rw-r--r--container-core/abi-spec.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/container-core/abi-spec.json b/container-core/abi-spec.json
index d07d21ae71f..e1ffda5649c 100644
--- a/container-core/abi-spec.json
+++ b/container-core/abi-spec.json
@@ -2018,6 +2018,7 @@
"public com.yahoo.jdisc.http.ServerConfig$Metric$Builder searchHandlerPaths(java.util.Collection)",
"public com.yahoo.jdisc.http.ServerConfig$Metric$Builder ignoredUserAgents(java.lang.String)",
"public com.yahoo.jdisc.http.ServerConfig$Metric$Builder ignoredUserAgents(java.util.Collection)",
+ "public com.yahoo.jdisc.http.ServerConfig$Metric$Builder reporterEnabled(boolean)",
"public com.yahoo.jdisc.http.ServerConfig$Metric build()"
],
"fields" : [
@@ -2040,7 +2041,8 @@
"public java.util.List searchHandlerPaths()",
"public java.lang.String searchHandlerPaths(int)",
"public java.util.List ignoredUserAgents()",
- "public java.lang.String ignoredUserAgents(int)"
+ "public java.lang.String ignoredUserAgents(int)",
+ "public boolean reporterEnabled()"
],
"fields" : [ ]
},