[PR #431] [CLOSED] moved to #436 #1144

Closed
opened 2025-11-09 10:06:40 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/431
Author: @timelessnesses
Created: 4/16/2024
Status: Closed

Base: currentHead: prometheus


📝 Commits (1)

  • 51fb110 added prometheus default metrics to /metrics

📊 Changes

3 files changed (+13 additions, -0 deletions)

View changed files

📝 .gitignore (+3 -0)
📝 package.json (+2 -0)
📝 src/core/api.js (+8 -0)

📄 Description

planned metrics to add:

  • successful/failed (each video provider) rendering attempts
  • requests count
  • system resources
  • audio/video download counts
  • response count on /api/json ('success', 'failed' etc)
  • start time
    suggest more below

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/431 **Author:** [@timelessnesses](https://github.com/timelessnesses) **Created:** 4/16/2024 **Status:** ❌ Closed **Base:** `current` ← **Head:** `prometheus` --- ### 📝 Commits (1) - [`51fb110`](https://github.com/imputnet/cobalt/commit/51fb110ce6e9fb659c4d63342fb5a68398a35ca8) added prometheus default metrics to /metrics ### 📊 Changes **3 files changed** (+13 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) 📝 `package.json` (+2 -0) 📝 `src/core/api.js` (+8 -0) </details> ### 📄 Description planned metrics to add: - successful/failed (each video provider) rendering attempts - requests count - system resources - audio/video download counts - response count on `/api/json` ('success', 'failed' etc) - start time suggest more below --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-09 10:06:40 -06:00
Sign in to join this conversation.