Interface HttpConfigGroup
public interface HttpConfigGroup
Build / static runtime config for HTTP metrics shared between server and client.
-
Method Summary
Modifier and TypeMethodDescriptionComma-separated list of additional HTTP methods to allow in themethodmetric tag, beyond the standard RFC 9110/5789/9512 methods (GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH, QUERY).
-
Method Details
-
additionalMethods
Comma-separated list of additional HTTP methods to allow in themethodmetric tag, beyond the standard RFC 9110/5789/9512 methods (GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH, QUERY). Non-standard HTTP methods are replaced withUNKNOWNby default to prevent metrics cardinality explosion. Use this property to allow specific custom methods (e.g. WebDAV methods likePROPFIND). The total number of methods to track cannot exceed 32.
-