[PR #2] [MERGED] Minimum Viable Product created and functional #5

Closed
opened 2026-03-23 20:32:32 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tubearchivist/tubearchivist-metrics/pull/2
Author: @ainsey11
Created: 4/15/2022
Status: Merged
Merged: 4/15/2022
Merged by: @ainsey11

Base: masterHead: testing


📝 Commits (8)

  • 2f05886 FIX: Exit code incorrectly placed
  • 8d0f2cc Creating requirements.txt to pin package versions
  • 76a8195 MVP created
  • 6de6a45 README.md updated with guides on how to run, metrics that are exposed and how the gathering ocurrs.
  • ace2463 Addition of working dockerfile
  • 2b4be61 Addition of example prometheus configuration
  • 848c390 Remove unused import
  • d05f9ae Refactor of connection wrapper to handle errors connecting to ES properly.

📊 Changes

8 files changed (+256 additions, -4 deletions)

View changed files

Dockerfile (+6 -0)
📝 README.md (+77 -1)
📝 deploy.sh (+5 -3)
tubearchivist-metrics/environment.py (+32 -0)
tubearchivist-metrics/esconnect.py (+59 -0)
tubearchivist-metrics/getmetrics.py (+11 -0)
tubearchivist-metrics/main.py (+64 -0)
tubearchivist-metrics/requirements.txt (+2 -0)

📄 Description

This marks the first functional version of tubarchivist-metrics.


🔄 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/tubearchivist/tubearchivist-metrics/pull/2 **Author:** [@ainsey11](https://github.com/ainsey11) **Created:** 4/15/2022 **Status:** ✅ Merged **Merged:** 4/15/2022 **Merged by:** [@ainsey11](https://github.com/ainsey11) **Base:** `master` ← **Head:** `testing` --- ### 📝 Commits (8) - [`2f05886`](https://github.com/tubearchivist/tubearchivist-metrics/commit/2f05886c7bb71e56aed2a27e1231d5b3663d89f9) FIX: Exit code incorrectly placed - [`8d0f2cc`](https://github.com/tubearchivist/tubearchivist-metrics/commit/8d0f2cc2a9133365180c587bc7f107efcbb075a9) Creating requirements.txt to pin package versions - [`76a8195`](https://github.com/tubearchivist/tubearchivist-metrics/commit/76a8195b5923cfa1a59594c95e694e1a9e054ed9) MVP created - [`6de6a45`](https://github.com/tubearchivist/tubearchivist-metrics/commit/6de6a458367abc218e07c0835d85a4a2be18993c) README.md updated with guides on how to run, metrics that are exposed and how the gathering ocurrs. - [`ace2463`](https://github.com/tubearchivist/tubearchivist-metrics/commit/ace246386f10d05bc87f260f184d813532ee1f68) Addition of working dockerfile - [`2b4be61`](https://github.com/tubearchivist/tubearchivist-metrics/commit/2b4be61d211f2eb25054f9582a18fae833edc86e) Addition of example prometheus configuration - [`848c390`](https://github.com/tubearchivist/tubearchivist-metrics/commit/848c390bd79220a8388bafda54ffe198c286b1a6) Remove unused import - [`d05f9ae`](https://github.com/tubearchivist/tubearchivist-metrics/commit/d05f9aec5141242301a4425a6974d5a1f00097a2) Refactor of connection wrapper to handle errors connecting to ES properly. ### 📊 Changes **8 files changed** (+256 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `Dockerfile` (+6 -0) 📝 `README.md` (+77 -1) 📝 `deploy.sh` (+5 -3) ➕ `tubearchivist-metrics/environment.py` (+32 -0) ➕ `tubearchivist-metrics/esconnect.py` (+59 -0) ➕ `tubearchivist-metrics/getmetrics.py` (+11 -0) ➕ `tubearchivist-metrics/main.py` (+64 -0) ➕ `tubearchivist-metrics/requirements.txt` (+2 -0) </details> ### 📄 Description This marks the first functional version of tubarchivist-metrics. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 20:32:32 +00:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
tubearchivist/archived-tubearchivist-metrics#5
No description provided.