Skip to content

Releases: kinduff/csgo_exporter

1.4.4

05 Oct 13:29
Compare
Choose a tag to compare

🐛 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

15 Feb 10:27
e4b0b0a
Compare
Choose a tag to compare

⚙️ Chore

  • Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 (#56)

1.4.2

18 Sep 14:50
a913f50
Compare
Choose a tag to compare

⚙️ Chore

  • Updates golang.org/x/net commit hash to 978cfad (#50)

1.4.1

08 Sep 07:29
c83f775
Compare
Choose a tag to compare

⚙️ 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

01 Jul 21:47
Compare
Choose a tag to compare

✨ 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

26 Jun 22:45
8de811d
Compare
Choose a tag to compare

✨ 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

19 Jun 17:04
414bab1
Compare
Choose a tag to compare

⚙️ 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

05 Jun 20:14
Compare
Choose a tag to compare

✨ Features

  • Adds csgo_total_hits_metric to parse hits per weapon metric.

1.1.0

04 Jun 17:55
Compare
Choose a tag to compare

✨ 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

30 May 15:54
Compare
Choose a tag to compare

🎉 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.