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:
Added newt_connection_attempts_total to track total connection attempts.
Added newt_websocket_reconnects_total to track total websocket reconnects.
Added newt_proxy_connections_total to track total proxy connections.
🔄 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/fosrl/newt/pull/169
**Author:** [@marcschaeferger](https://github.com/marcschaeferger)
**Created:** 10/28/2025
**Status:** ✅ Merged
**Merged:** 10/29/2025
**Merged by:** [@oschwartz10612](https://github.com/oschwartz10612)
**Base:** `main` ← **Head:** `gh-action`
---
### 📝 Commits (2)
- [`ee3e7d1`](https://github.com/fosrl/newt/commit/ee3e7d1442902b626a0c34c1dd90439b0672a116) Added Improvements for CICD Action
- [`7d60240`](https://github.com/fosrl/newt/commit/7d602405723e6b55c0622fbd28cb885a2aefe18b) testdata: add expected telemetry metrics for connection attempts and events
### 📊 Changes
**2 files changed** (+523 additions, -77 deletions)
<details>
<summary>View changed files</summary>
📝 `.github/workflows/cicd.yml` (+520 -77)
➕ `internal/telemetry/testdata/expected_contains.golden` (+3 -0)
</details>
### 📄 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:
* Added `newt_connection_attempts_total` to track total connection attempts.
* Added `newt_websocket_reconnects_total` to track total websocket reconnects.
* Added `newt_proxy_connections_total` to track total proxy connections.
## How to test?
See https://github.com/marcschaeferger/copy-newt/actions/runs/18867902725
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.