mirror of
https://github.com/fosrl/newt.git
synced 2026-03-09 07:12:28 -05:00
[PR #169] [MERGED] Fix Github CICD Action and add Improvements #160
Reference in New Issue
Block a user
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/fosrl/newt/pull/169
Author: @marcschaeferger
Created: 10/28/2025
Status: ✅ Merged
Merged: 10/29/2025
Merged by: @oschwartz10612
Base:
main← Head:gh-action📝 Commits (2)
ee3e7d1Added Improvements for CICD Action7d60240testdata: add expected telemetry metrics for connection attempts and events📊 Changes
2 files changed (+523 additions, -77 deletions)
View changed files
📝
.github/workflows/cicd.yml(+520 -77)➕
internal/telemetry/testdata/expected_contains.golden(+3 -0)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description by Copilot
This pull request adds new telemetry metrics to the expected output for testing. These metrics help ensure that connection attempts, websocket reconnects, and proxy connections are properly tracked and validated in the telemetry system.
Telemetry metrics updates:
newt_connection_attempts_totalto track total connection attempts.newt_websocket_reconnects_totalto track total websocket reconnects.newt_proxy_connections_totalto track total proxy connections.How to test?
See https://github.com/marcschaeferger/copy-newt/actions/runs/18867902725
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.