- 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
- Fix for Finch metadata extraction
- Fix for waiting for app loads before compiling modules
- Fix for exporter enabled typo
- Swap from port checking to storing started state in persistant term
- add a small delay after closing the port to ensure it can be opened again
- Fix supervisor startup leading to application hangs
- Add test for exporter port so we get better debugging details
- Add priv folder to releases so generator works
- Adds ability to generate metrics modules via
prometheus_telemetry.gen.metrics
- Fixes erlang poller metrics
- Fix issue with max_idle time disconnect metrics from Finch
- Fix issue that caused metrics to crash if no known query module attached
- 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
- Add response code count for statuses
- Make sure we transform all keys to strings for gql metrics to avoid collisions
- Swap microseconds to millseconds globally
- Change default microsecond buckets
- Expose method on finch metrics
- Add additional swoosh info
- Add additional finch metric info
- Fix mailer naming for swoosh
- Add a case for when regex fails to parse gql names
- Relax dependency requirements
- Add finch metrics
- Add cowboy metrics
- Add swoosh metrics
- Fix oban metrics
- Add oban metrics
- Add vm metrics that aren't periodic
- Make sure all apps are required only if lib is found
- Fix graphql request_name
- Add periodic measurements and add a Beam Uptime metric
- Initial Release