-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PMM-12375 add database version to services #2438
Closed
Closed
Changes from 40 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
bd793d1
PMM-12375 address a deprecation warning
3e167ad
PMM-12375 add a Version field to CheckConnectionResponse.Stats
246f815
PMM-12375 extract version from different DBs
7eb66f3
Merge branch 'main' into PMM-12375-add-database-version-to-services
296d5cf
PMM-12375 revert Makefile
57ec9aa
Bump github.com/prometheus/alertmanager from 0.25.0 to 0.26.0 (#2436)
dependabot[bot] c45cc58
PMM-12375 add a column to store the version
f98ce11
Merge branch 'main' into PMM-12375-add-database-version-to-services
99b0532
PMM-12375 save version to DB
9d1ebec
PMM-12375 add version detection for ProxySQL
7348e67
PMM-12375 choose the dabase first (mysql)
f58949e
PMM-12375 fix syntax
7865feb
PMM-12375 use Exec to select a database
fb745dd
PMM-12375 use a different database
911b14d
PMM-12375 use performance_schema for higher versions
64715ae
PMM-12375 use a different syntax for checking the version
7c4b4b8
PMM-12375 quote the dashed variable
d8f36f4
PMM-12375 remopve --short as deprecated
9d7ed72
Merge branch 'main' into PMM-12375-add-database-version-to-services
ccb01e4
Merge branch 'main' into PMM-12375-add-database-version-to-services
5de5333
PMM-12375 add a dedicated message
ebfbb9c
PMM-12375 refactor to use a separate method for version and tableCount
f3bf65c
Bump github.com/grafana/grafana-api-golang-client from 0.23.0 to 0.24…
dependabot[bot] 18806c9
PMM-12375 re-generate protobufs
8a7b12f
Bump @typescript-eslint/parser from 6.6.0 to 6.7.0 in /cli-tests (#2476)
dependabot[bot] 3163ec5
Bump @typescript-eslint/eslint-plugin from 6.6.0 to 6.7.0 in /cli-tes…
dependabot[bot] 800d582
Bump docker/login-action from 2 to 3 (#2480)
dependabot[bot] f2b8b95
Bump docker/setup-buildx-action from 2 to 3 (#2479)
dependabot[bot] fe495cc
PMM-11670 Set the cluster label if empty (#2459)
8008009
PMM-12376 single inventory add endpoint (#2422)
3e453b1
PMM-12448 Fix bug (#2437)
artemgavrilov 002fdbb
Bump docker/build-push-action from 4 to 5 (#2481)
dependabot[bot] 0697b04
PMM-12457 add node_name to agent metrics (#2474)
b2e10bc
PMM-12488 update VictoriaMetrics to v1.93.4 (#2483)
0b52509
PMM-9769 update all components (#2478)
talhabinrizwan 06d99a8
PMM-12375 add version prop to ProxySQL service
f1a259a
PMM-12375 move GetInfoFromService to serviceInfoBroker
d9cc8e4
Merge branch 'main' into PMM-12375-add-database-version-to-services
8595ae6
PMM-12375 fix service_test.go by adding params
e621aca
PMM-12375 remove Stats from agent.proto
f5ad29e
PMM-12375 fix the linter error
c89d862
PMM-12375 clean up serviceInfoBroker component
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will silence the linter's deprecation warnings.