discourse / prometheus_exporter

A framework for collecting and aggregating prometheus metrics
MIT License
525 stars 153 forks source link

FEATURE: Add labels to preflight CORS requests #202

Closed ramongtx closed 2 years ago

ramongtx commented 2 years ago

Adds support for rack-cors gem, so that Preflight requests don't get labeled as controller="other" and action="other" and instead get controller="preflight" and action="/my/path".