mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-16 06:20:34 +00:00
* Downgrade OpenTelemetry.Exporter.Prometheus.AspNetCore due to issues with latest version * Add unit to asf_bot_farming_minutes_remaining * Upgrade some packages released last night (already tested to work) * Don't forget about unit suffix * Add build and runtime information metrics It is not recommended to include this information as labels in all metrics. Instead, we add two special metrics with a constant value of "1" and restrict those static pieces of information to them * Remove module version from metrics as it does not work * Apply feedback * Deduplicate code * Reference related issue in upstream repo