[PR #436] [CLOSED] added prometheus default metrics to /metrics #1148

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

📋 Pull Request Information

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

Base: developHead: prometheus


📝 Commits (2)

  • aa56653 resetting branch and readding this again
  • 4cc0054 start adding service successful/failed processing counts

📊 Changes

5 files changed (+58 additions, -6 deletions)

View changed files

📝 .gitignore (+3 -0)
📝 api/core/endpoints.js (+7 -1)
📝 api/modules/processing/services/bilibili.js (+26 -4)
📝 api/modules/processing/services/dailymotion.js (+20 -1)
📝 api/package.json (+2 -0)

📄 Description

moved from #431 to target develop branch instead.
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/436 **Author:** [@timelessnesses](https://github.com/timelessnesses) **Created:** 4/17/2024 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `prometheus` --- ### 📝 Commits (2) - [`aa56653`](https://github.com/imputnet/cobalt/commit/aa5665348364bd8e97f2366fbe55efa8560b6d21) resetting branch and readding this again - [`4cc0054`](https://github.com/imputnet/cobalt/commit/4cc0054eb9ed7bddeb82bd782bdd366ae4e7258d) start adding service successful/failed processing counts ### 📊 Changes **5 files changed** (+58 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) 📝 `api/core/endpoints.js` (+7 -1) 📝 `api/modules/processing/services/bilibili.js` (+26 -4) 📝 `api/modules/processing/services/dailymotion.js` (+20 -1) 📝 `api/package.json` (+2 -0) </details> ### 📄 Description moved from #431 to target develop branch instead. 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:46 -06:00
Sign in to join this conversation.