[Home](./index.md) > [fastify-metrics](./fastify-metrics.md) > [IRouteMetricsConfig](./fastify-metrics.iroutemetricsconfig.md) > [methodBlacklist](./fastify-metrics.iroutemetricsconfig.methodblacklist.md) ## IRouteMetricsConfig.methodBlacklist property A list of HTTP methods that will be excluded from metrics collection **Signature:** ```typescript methodBlacklist?: readonly HTTPMethods[]; ``` ## Default Value `['HEAD', 'OPTIONS', 'TRACE', 'CONNECT']`