Releases: kinduff/csgo_exporter
Releases · kinduff/csgo_exporter
1.4.4
🐛 Bug Fixes
- Adjusts default scrape interval to 15m in the hope to avoid being limited when running by default. Thanks @phyzical. Closed by #61
1.4.3
⚙️ Chore
- Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 (#56)
1.4.2
⚙️ Chore
- Updates golang.org/x/net commit hash to 978cfad (#50)
1.4.1
⚙️ Chore
- Updates dashboard to include $player_name as variable
- Update golang.org/x/net commit hash to ff17edf (#49)
- Update wangyoucao577/go-release-action action to v1.20 (#48)
- Update golang.org/x/net commit hash to e898025 (#47)
- Update golang.org/x/net commit hash to 60bc85c (#45)
- Update golang.org/x/net commit hash to aaa1db6
- Update wangyoucao577/go-release-action action to v1.19
- Update golang.org/x/net commit hash to 853a461
- Update wangyoucao577/go-release-action action to v1.18
- Update golang Docker tag to v1.16.5
1.4.0
✨ Features
- The exporter will now fetch both SteamID and SteamName if any of them is missing to have complete information when rendering metrics.
🐛 Bug Fixes
- Someone along the way we lost the
steam_name
label from the metrics, thanks to @colega for reporting. Closed by #31
1.3.0
✨ Features
- 🎉 We have a Grafana Dashboard! Make sure to check it out. Closed by #18. Special thanks to @simonszu!
- Adds good names to the weapons, so instead of
ak47
we have AK-47
. Closed by #8
⚙️ Chore
- Adds weapon name for
fav_weapon_id
on the csgo_last_match_metric
metric.
1.2.1
⚙️ Chore
- Updates the following dependencies:
client_golang
: 1.10.0 -> 1.11.0
common
: 0.27.0 -> 0.29.0
net
and sys
It also ties them up.
1.2.0
✨ Features
- Adds
csgo_total_hits_metric
to parse hits per weapon metric.
1.1.0
✨ Features
- Starts scrapping right away, this means that even if the scrape interval is set to 30s, the first scrap will be done as soon as possible.
⚙️ Chore
- Defaults
FETCH_INVENTORY
config to false
and adds a disclaimer in the README. Profile needs to be public for it to work.
🐛 Bug Fixes
- Sets default port to
7355
, just like the README says.
Special thanks to @simonszu for reporting!
1.0.0
🎉 1.0.0 🎉
Happy to say that I feel that this exporter is finally feature complete.
This stable version will work upwards into a more consistent environment and extend features without breaking changes.