Skip to content
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

[O11y][MySQL] Update query for performance data stream #38363

Merged
merged 21 commits into from
Jun 3, 2024
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
444ea6c
mysql update query
harnish-elastic Mar 14, 2024
1aa4011
add changelog entry
harnish-elastic Mar 18, 2024
465e2c4
Merge branch 'main' of https://github.com/harnish-elastic/beats into …
harnish-elastic Mar 18, 2024
0e87886
mage check command
harnish-elastic Mar 18, 2024
78a997b
make update
harnish-elastic Mar 26, 2024
b0ab6ce
change in python version to fix CI issue
harnish-elastic Mar 27, 2024
40c85b4
update python version
harnish-elastic Apr 3, 2024
bf21a73
Merge branch 'main' of https://github.com/harnish-elastic/beats into …
harnish-elastic Apr 3, 2024
7167af7
Merge branch 'main' into mysql-update-query
shmsr Apr 3, 2024
92e8b82
revert changes of python file
harnish-elastic Apr 3, 2024
a86fb55
Merge branch 'mysql-update-query' of https://github.com/harnish-elast…
harnish-elastic Apr 3, 2024
99b6521
revert install-tools.bat file changes
harnish-elastic Apr 3, 2024
0e74215
Merge branch 'main' of https://github.com/harnish-elastic/beats into …
harnish-elastic May 9, 2024
0e7dd32
Merge branch 'main' of https://github.com/harnish-elastic/beats into …
harnish-elastic May 9, 2024
cd1389a
Merge branch 'main' into mysql-update-query
harnish-elastic May 15, 2024
93484cb
Merge branch 'main' of https://github.com/harnish-elastic/beats into …
harnish-elastic May 16, 2024
be607aa
Merge branch 'mysql-update-query' of https://github.com/harnish-elast…
harnish-elastic May 16, 2024
f7887f6
Merge branch 'main' of https://github.com/harnish-elastic/beats into …
harnish-elastic May 20, 2024
5a872a4
address review comments
harnish-elastic May 20, 2024
597b246
address review comments
harnish-elastic May 21, 2024
ee6582e
revert schema to schemaname to avoid error
harnish-elastic May 31, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' of https://github.com/harnish-elastic/beats into …
…mysql-update-query

Conflicts:
	.ci/scripts/install-tools.bat
harnish-elastic committed Apr 3, 2024
commit bf21a73fa9e5ed53ee593bb30c77153bb7742ed1
4 changes: 4 additions & 0 deletions .ci/scripts/install-tools.bat
Original file line number Diff line number Diff line change
@@ -14,6 +14,10 @@ curl --version >nul 2>&1 && (
REM Set the USERPROFILE to the previous location to fix issues with chocolatey in windows 2019
SET PREVIOUS_USERPROFILE=%USERPROFILE%
SET USERPROFILE=%OLD_USERPROFILE%

echo "Upgrade chocolatey to latest version"
choco upgrade chocolatey -y

IF NOT EXIST C:\Python311\python.exe (
REM Install python 3.11.3
choco install python -y -r --no-progress --version 3.11.3 || exit /b 1
You are viewing a condensed version of this merge commit. You can view the full changes here.