001package io.prometheus.client.servlet.common.adapter; 002 003public interface FilterConfigAdapter { 004 String getInitParameter(String name); 005}