Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@deboer-tim
Copy link
Collaborator

@deboer-tim deboer-tim commented Sep 19, 2024

Adds the /api/metrics endpoint with the following entries:

# TYPE rest_total gauge
rest_total{contest="WF22"} 0
# HELP feed_total Total number of contest event feed requests
# TYPE feed_total gauge
feed_total{contest="WF22"} 0
# HELP websocket_total Total number of Web Socket connections
# TYPE websocket_total gauge
websocket_total{contest="WF22"} 0
# HELP webpage_total Total number of webpage requests
# TYPE webpage_total gauge
webpage_total{contest="WF22"} 0
# HELP download_total Total number of downloads
# TYPE download_total gauge
download_total{contest="WF22"} 0
# HELP scoreboard_total Total number of scoreboard requests
# TYPE scoreboard_total gauge
scoreboard_total{contest="WF22"} 0
# HELP desktop_total Total number of desktop requests
# TYPE desktop_total gauge
desktop_total{contest="WF22"} 0
# HELP webcam_total Total number of webcam requests
# TYPE webcam_total gauge
webcam_total{contest="WF22"} 0
# HELP audio_total Total number of audio requests
# TYPE audio_total gauge
audio_total{contest="WF22"} 0
# HELP teams_total Total number of teams
# TYPE teams_total gauge
teams_total{contest="WF22"} 131
# HELP problems_total Total number of problems
# TYPE problems_total gauge
problems_total{contest="WF22"} 0
# HELP submissions_total Total number of submissions
# TYPE submissions_total gauge
submissions_total{contest="WF22"} 0

Adds the /api/metrics endpoint with the following entries:

# HELP rest_total Total number of REST requests
# TYPE rest_total gauge
rest_total{contest="WF22"} 0
# HELP feed_total Total number of contest event feed requests
# TYPE feed_total gauge
feed_total{contest="WF22"} 0
# HELP websocket_total Total number of Web Socket connections
# TYPE websocket_total gauge
websocket_total{contest="WF22"} 0
# HELP webpage_total Total number of webpage requests
# TYPE webpage_total gauge
webpage_total{contest="WF22"} 0
# HELP download_total Total number of downloads
# TYPE download_total gauge
download_total{contest="WF22"} 0
# HELP scoreboard_total Total number of scoreboard requests
# TYPE scoreboard_total gauge
scoreboard_total{contest="WF22"} 0
# HELP desktop_total Total number of desktop requests
# TYPE desktop_total gauge
desktop_total{contest="WF22"} 0
# HELP webcam_total Total number of webcam requests
# TYPE webcam_total gauge
webcam_total{contest="WF22"} 0
# HELP audio_total Total number of audio requests
# TYPE audio_total gauge
audio_total{contest="WF22"} 0
# HELP teams_total Total number of teams
# TYPE teams_total gauge
teams_total{contest="WF22"} 131
# HELP problems_total Total number of problems
# TYPE problems_total gauge
problems_total{contest="WF22"} 0
# HELP submissions_total Total number of submissions
# TYPE submissions_total gauge
submissions_total{contest="WF22"} 0
@deboer-tim deboer-tim merged commit b18f45d into icpctools:main Sep 19, 2024
@deboer-tim deboer-tim deleted the metrics branch September 21, 2024 04:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants