Conversation
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/v1.23.0/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.22.0...v1.23.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…b.com/prometheus/client_golang-1.23.0 build(deps): bump github.com/prometheus/client_golang from 1.22.0 to 1.23.0
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.11.0 to 9.12.0. - [Release notes](https://github.com/redis/go-redis/releases) - [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md) - [Commits](redis/go-redis@v9.11.0...v9.12.0) --- updated-dependencies: - dependency-name: github.com/redis/go-redis/v9 dependency-version: 9.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…b.com/redis/go-redis/v9-9.12.0
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request removes Prometheus monitoring functionality and unused configuration components from the Telegram bot. The changes simplify the codebase by removing deprecated features and updating development tools.
- Removal of Prometheus monitoring integration and related configuration
- Deletion of unused GitHub and content filter configuration modules
- Updates to CI/CD workflows and development tools versions
Reviewed Changes
Copilot reviewed 25 out of 26 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| prom/prom.go | Completely removed Prometheus initialization package |
| main.go | Removed Prometheus import and initialization call |
| go.mod | Removed Prometheus client dependency and updated Redis version |
| config/ | Removed prometheus, github, and content_filter configuration modules |
| config/config.go | Removed references to deleted configuration modules |
| config.yaml | Removed prometheus and content_filter configuration sections |
| chat/streaming.go | Refactored streaming processor to access format config through chat config |
| chat/chat.go | Updated regex pattern for think tag extraction |
| README files | Removed Prometheus monitoring from feature lists |
| CI/CD workflows | Updated golangci-lint version and workflow references |
| .devcontainer | Updated feature versions in development container |
hugefiver
approved these changes
Aug 6, 2025
Collaborator
|
lgtm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
rt