An exporter is an endpoint that:
By default, the URL is:
http://hostname:exporterport/metrics
Exporters may add filter capabilities via the URL. (You should verify it with the exporter documentation)
Example with a name[] URL parameter for querying only specific metric names. Examples:
/metrics?name[]=jvm_threads_current
/metrics?name[]=jvm_threads_current&name[]=jvm_threads_daemon
A Prometheus scrap job (collector) may be filtered via relabeling action