## Changelog
### v0.4.13
- Made lib detection better

### v0.4.12
- update telemetry_metrics and telemetry_metrics_prometheus_core
- allow passing `ip` option to cowboy
- fix missing first char in shortened query
- merge duplicated finch tags

### v0.4.11
- Fix for Finch metadata extraction

### v0.4.10
- Fix for waiting for app loads before compiling modules

### v0.4.8
- Fix for exporter enabled typo

### v0.4.7
- Swap from port checking to storing started state in persistant term

### v0.4.6
- add a small delay after closing the port to ensure it can be opened again

### v0.4.5
- Fix supervisor startup leading to application hangs
- Add test for exporter port so we get better debugging details

### v0.4.4
- Add priv folder to releases so generator works

### v0.4.3
- Adds ability to generate metrics modules via `prometheus_telemetry.gen.metrics`
- Fixes erlang poller metrics

### v0.4.2
- Fix issue with max_idle time disconnect metrics from Finch

### v0.4.1
- Fix issue that caused metrics to crash if no known query module attached

### v0.4.0
- phoenix.endpoint_call.count metric for calls
- clamp ecto query to 150 chars by default
- add ability to set KnownQuerys module
- add ability to set known query in repo call

### v0.3.2
- Add response code count for statuses

### v0.3.1
- Make sure we transform all keys to strings for gql metrics to avoid collisions

### v0.3.0
- Swap microseconds to millseconds globally
- Change default microsecond buckets

### v0.2.8
- Expose method on finch metrics

### v0.2.7
- Add additional swoosh info
- Add additional finch metric info

### v0.2.6
- Fix mailer naming for swoosh

### v0.2.5
- Add a case for when regex fails to parse gql names
- Relax dependency requirements

### v0.2.4
- Add finch metrics
- Add cowboy metrics
- Add swoosh metrics

### v0.2.3
- Fix oban metrics

### v0.2.2
- Add oban metrics

### v0.2.1
- Add vm metrics that aren't periodic
- Make sure all apps are required only if lib is found
- Fix graphql request_name

### v0.2.0
- Add periodic measurements and add a Beam Uptime metric

### v0.1.0
- Initial Release
