Skip to content
This documentation is for the end of life version of Percona Server for MongoDB 4.2 which is no longer supported.
Learn more about MongoDB 4.2 end of life implications. See the current documentation.
logo
Percona Server for MongoDB 4.2
Telemetry on Percona Server for MongoDB
Initializing search
    percona/psmdb-docs
    percona/psmdb-docs
    • Home
    • Percona Server for MongoDB feature comparison
      • Overview
      • Install Percona Server for MongoDB on Debian and Ubuntu
      • Install Percona Server for MongoDB on Red Hat Enterprise Linux and derivatives
      • Install Percona Server for MongoDB from binary tarball
      • Run Percona Server for MongoDB in a Docker container
        • Percona Memory Engine
        • Hot Backup
        • $backupCursor and $backupCursorExtend aggregation stages
        • Authentication
        • Enable authentication
        • Set up LDAP authentication with SASL
        • Set up x.509 authentication and LDAP authorization
        • Setting up Kerberos authentication
        • LDAP authorization
        • Set up LDAP authentication and authorization using NativeLDAP
        • Data at rest encryption
        • HashiCorp Vault integration
        • Using the Key Management Interoperability Protocol (KMIP)
        • Local key management using a keyfile
        • Migrate from key file encryption to HashiCorp Vault encryption
      • Auditing
      • Profiling rate limit
      • Log redaction
      • Additional text search algorithm - ngram
      • Tune parameters
        • Upgrade from 4.0 to 4.2
        • Upgrade Percona Server for MongoDB
      • Uninstall Percona Server for MongoDB
      • Release notes index
      • Percona Server for MongoDB 4.2.25-25 (2024-02-08)
      • Percona Server for MongoDB 4.2.24-24 (2023-03-09)
      • Percona Server for MongoDB 4.2.23-23 (2022-11-08)
      • Percona Server for MongoDB 4.2.22-22 (2022-09-06)
      • Percona Server for MongoDB 4.2.21-21 (2022-06-29)
      • Percona Server for MongoDB 4.2.20-20 (2022-05-23)
      • Percona Server for MongoDB 4.2.19-19 (2022-03-29)
      • Percona Server for MongoDB 4.2.18-18 (2022-01-19)
      • Percona Server for MongoDB 4.2.17-17 (2021-10-11)
      • Percona Server for MongoDB 4.2.15-16 (2021-07-26)
      • Percona Server for MongoDB 4.2.14-15 (2021-05-13)
      • Percona Server for MongoDB 4.2.13-14 (2021-04-01)
      • Percona Server for MongoDB 4.2.12-13 (2021-02-03)
      • Percona Server for MongoDB 4.2.11-12 (2020-12-07)
      • Percona Server for MongoDB 4.2.10-11 (2020-11-02)
      • Percona Server for MongoDB 4.2.9-10 (2020-10-09)
      • Percona Server for MongoDB 4.2.9-9 (2020-09-03)
      • Percona Server for MongoDB 4.2.8-8 (2020-07-07)
      • Percona Server for MongoDB 4.2.7-7 (2020-06-04)
      • Percona Server for MongoDB 4.2.6-6 (2020-05-07)
      • Percona Server for MongoDB 4.2.5-5 (2020-04-02)
      • Percona Server for MongoDB 4.2.3-4 (2020-02-20)
      • Percona Server for MongoDB 4.2.2-3 (2019-12-24)
      • Percona Server for MongoDB 4.2.1-1 (2019-11-13)
      • Percona Server for MongoDB 4.2.0-1 (2019-09-09)
    • Glossary
    • Telemetry on Percona Server for MongoDB
      • What information is collected
      • Disable telemetry
    • Copyright and licensing
    • Trademark policy

    • What information is collected
    • Disable telemetry

    Telemetry on Percona Server for MongoDB¶

    Percona telemetry fills in the gaps in our understanding of how you use Percona Server for MongoDB to improve our products. Participation in this anonymous program is optional. You can opt-out if you prefer to not share this information.

    What information is collected¶

    Currently, telemetry is added only to the Percona packages and Docker images. It collects only information about the installation environment. Future releases may add additional telemetry metrics.

    Be assured that access to this raw data is rigorously controlled. Percona does not collect personal data. All data is anonymous and cannot be traced to a specific user. To learn more about our privacy practices, read the Percona Privacy statement.

    The following is an example of the collected data:

    [{"id" : "c416c3ee-48cd-471c-9733-37c2886f8231",
    "product_family" : "PRODUCT_FAMILY_PSMDB",
    "instanceId" : "6aef422e-56a7-4530-af9d-94cc02198343",
    "createTime" : "2024-01-19T10:46:23Z",
    "metrics":
    [{"key" : "deployment","value" : "PACKAGE"},
    {"key" : "pillar_version","value" : "4.2.25-25"},
    {"key" : "OS","value" : "Oracle Linux Server 8.8"},
    {"key" : "hardware_arch","value" : "x86_64 x86_64"}]}]
    

    Disable telemetry¶

    Starting with Percona Server for MongoDB 4.2.25-25, telemetry is enabled by default. If you decide not to send usage data to Percona, you can set the PERCONA_TELEMETRY_DISABLE=1 environment variable for either the root user or in the operating system prior to the installation process.

    Add the environment variable before the install process.

    $ sudo PERCONA_TELEMETRY_DISABLE=1 apt install percona-server-mongodb
    

    Add the environment variable before the install process.

    $ sudo PERCONA_TELEMETRY_DISABLE=1 yum install percona-server-mongodb
    

    Add the environment variable when running a command in a new container.

    $ docker run -d --name psmdb --restart always \
      -e PERCONA_TELEMETRY_DISABLE=1 \
      percona/percona-server-mongodb:<TAG>
    

    Contact Us

    For free technical help, visit the Percona Community Forum.

    To report bugs or submit feature requests, open a JIRA ticket.

    For paid support and managed or consulting services , contact Percona Sales.


    Last update: February 8, 2024
    Created: February 8, 2024
    Back to top
    Previous Glossary
    Next Copyright and licensing
    Percona LLC and/or its affiliates, © 2024
    Made with Material for MkDocs

    Cookie consent

    We use cookies to recognize your repeated visits and preferences, as well as to measure the effectiveness of our documentation and whether users find what they're searching for. With your consent, you're helping us to make our documentation better. Read more about Percona Cookie Policy.