Closed colega closed 3 years ago
@colega I'm pretty bummed about this, Valve considers the warm up matches as rounds, and they include them all in the metric. I currently have no way to know which are rounds from the game, and rounds from the warm up matches.
valveplsfix
The alternative would be to actually parse the demos, but that's a lot of work, but it's worth imho.
I think it's more useful to render the csgo_last_match_metric{type="wins"} as wins and csgo_last_match_metric{type="wins"} - csgo_last_match_metric{type="rounds"} as losses there. WDYT?
Missed this part of the message. Can't read today apparently.
I like the idea, want to do a test and post a screenshot?
I made a proposal in https://github.com/kinduff/csgo_exporter/pull/33 PTAL.
I'd expect
CT Wins
andT wins
to be the amount of rounds that I won being CT or T in that match, but instead, that's just the match itself stats, which is pretty useless here IMO.See:
While that match was https://csgostats.gg/match/38232470
I think it's more useful to render the
csgo_last_match_metric{type="wins"}
as wins andcsgo_last_match_metric{type="wins"} - csgo_last_match_metric{type="rounds"}
as losses there. WDYT?