mirror of
https://github.com/tubearchivist/tubearchivist-metrics.git
synced 2026-03-23 20:37:09 +00:00
[PR #2] [MERGED] Minimum Viable Product created and functional #5
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tubearchivist/archived-tubearchivist-metrics#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:testing📝 Commits (8)
2f05886FIX: Exit code incorrectly placed8d0f2ccCreating requirements.txt to pin package versions76a8195MVP created6de6a45README.md updated with guides on how to run, metrics that are exposed and how the gathering ocurrs.ace2463Addition of working dockerfile2b4be61Addition of example prometheus configuration848c390Remove unused importd05f9aeRefactor 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.