PMM-15146 prevent non official telemetry#5505
Open
4nte wants to merge 6 commits into
Open
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5505 +/- ##
==========================================
+ Coverage 42.07% 43.36% +1.28%
==========================================
Files 399 543 +144
Lines 50719 45303 -5416
Branches 0 590 +590
==========================================
- Hits 21340 19645 -1695
+ Misses 27370 23716 -3654
+ Partials 2009 1942 -67
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
ademidoff
reviewed
Jun 17, 2026
| ENV GF_PLUGIN_DIR=/srv/grafana/plugins | ||
| ENV PERCONA_TELEMETRY_DISABLE=1 | ||
| ENV PS1="[\u@\h \W] # " | ||
| ENV PMM_DEV_PERCONA_PLATFORM_ADDRESS=${PMM_DEV_PERCONA_PLATFORM_ADDRESS} |
Member
There was a problem hiding this comment.
@4nte I'm wondering if it's a good idea to have a DEV variable in the release image 🤔 It looks like we may have to rename it to PMM_PERCONA_PLATFORM_ADDRESS.
Contributor
Author
There was a problem hiding this comment.
Done, env var has been renamed.
…r-compose files
maxkondr
approved these changes
Jun 19, 2026
JiriCtvrtka
approved these changes
Jun 22, 2026
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.
PMM-15146
Percona-Lab/pmm-submodules#4412
See related PR in our build pipeline: Percona-Lab/jenkins-pipelines#4205
Telemetry destination is now controlled by where the build points, a default address has been replaced with a non-prod address to prevent non-official builds from polluting prod telemetry.
https://check-dev.percona.comhttps://check.percona.comvia the env varPMM_DEV_PERCONA_PLATFORM_ADDRESS.