Skip to content

Recording redis version in the executor #526

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

Merged
merged 2 commits into from
Jun 19, 2025

Conversation

vaishalitvv
Copy link
Contributor

@vaishalitvv vaishalitvv commented Jun 4, 2025

Summary:
This update enables the recording of the Redis version on the server side using the RedisServerExecutor.

Testing:

// PERF-REDIS profile test for recording redis version change
cluster('azurecrcworkloads.westus2.kusto.windows.net').database('WorkloadDIagnostics').Traces_PPE01
| where ExperimentId == "875a16d5-7e08-481b-8bcc-5da542d6dd35"
| where CustomDimensions contains "RedisVersion"

// ABC-BASE-REDIS-S1_RR.json pkgmgr-based profile test for recording redis version change
cluster('azurecrcworkloads.westus2.kusto.windows.net').database('WorkloadDIagnostics').Traces_PPE01
| where ExperimentId == "50b572a4-e6d1-4abd-8b74-2d5621998c3f"
| where CustomDimensions contains "RedisVersion"

// ABC-BASE-REDIS-S1_RR-AzLinux.json wget-based profile test for recording redis version change
cluster('azurecrcworkloads.westus2.kusto.windows.net').database('WorkloadDIagnostics').Traces_PPE01
| where ExperimentId == "491fd0c1-df73-4312-941c-249cd903f898"
| where CustomDimensions contains "RedisVersion"

@vaishalitvv vaishalitvv force-pushed the recording-redis-version-clean branch from 237d11e to 2b93adf Compare June 17, 2025 00:23
@vaishalitvv vaishalitvv force-pushed the recording-redis-version-clean branch from 8680873 to 859c8ff Compare June 18, 2025 19:39
@vaishalitvv vaishalitvv force-pushed the recording-redis-version-clean branch from 7cf3a5c to 644f24c Compare June 18, 2025 20:19
@RakeshwarK RakeshwarK merged commit eee8cba into microsoft:main Jun 19, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants