FOSDEM / infrastructure

Infrastructure used during the conference
Other
54 stars 21 forks source link

Fixed mtail config issue #320

Closed kdotmanoj closed 1 month ago

kdotmanoj commented 1 month ago

solves #116

bastischubert commented 1 month ago

what do the 2 added submodules do?

kdotmanoj commented 1 month ago

The two counters, http_m3u8_requests_total and http_ts_requests_total, track the number of HTTP requests for M3U8 playlist files and TS media files, respectively. These are crucial for monitoring and analyzing the performance of streaming content on the webserver.

krokodilerian commented 1 month ago

We're asking about https://github.com/FOSDEM/infrastructure/commit/963a112ce0a8e813b8bb2889b2758ac55d7d44f4, which is part of this pull request. It adds two submodules to the repo. What do they do?

bastischubert commented 1 month ago

@kdotmanoj : it looks like you somehow screwed up your working directory and added two submodules with this commit. Since we're about to move to promtail (https://github.com/FOSDEM/video/issues/46) and drop mtail i think we do not need this fix anyway. thx for the input anyway!