beam-telemetry / telemetry_metrics_prometheus_core

Core Prometheus Telemetry.Metrics Reporter package for telemetry_metrics_prometheus
Apache License 2.0
35 stars 30 forks source link

chore: removed deprecated match of range #71

Open seeplusplus opened 1 month ago

seeplusplus commented 1 month ago

fixes a build warning on modern versions of elixir where matching without step is deprecated

warning: first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it