Starting with the 4.1.0 release, Node-RED gathers anonymous usage information once a day and shares it with the Node-RED team. In return, Node-RED will notify the user when there is a new version available.
This information is only shared with the Node-RED team once the user has opted into sharing their information. If the user declines to share their information, nothing is sent back to the team.
As with all software, it is important to keep it up to date. With legislation such as the EU’s Cyber Resilience Act on the horizon, we want to take a proactive approach to help users keep their Node-RED environments up to date and secure.
The Usage Telemetry serves two purposes:
Historically, the only measures we’ve had around the size and scale of the Node-RED user-base have been secondary indicators, such as high-level statistics provided by npm and docker, or the general level of activity on the community forum. This does not give us much useful information to help understand Node-RED usage.
With the 4.1.0 release, the collected information is:
It does not contain:
If the user has opted to receive update notifications, a task will run 30 minutes after Node-RED starts (or when they opt-in), and every 24 hours after that.
The data is sent over HTTPS to an endpoint hosted by the Node-RED project.
The reports are aggregated into a daily record of usage. The individual reports are kept for up to 90 days.
The raw data is only accessible by the core Team Committers.
The aggregated data will be made available on a public dashboard for public consumption. Note: At the time of writing, we have not yet released this feature, so we have very little data to start building the dashboard with. Once it is available, this document will be updated to link to it and it will be publicised within the community.
We hope you’ll appreciate the value of knowing when there are updates available, and that by opting in, you’ll help us maintain the project.
However, if you want to opt out, there are a number of ways to do so.
The first time you open the editor for Node-RED 4.1 or later, if you have not already opted in or out, you will be asked if you are willing to receive update notifications.
You can change your preference via the Editor Settings dialog at any time.
settings.js
fileYou can also enable/disable telemetry via your settings file.
If you have a pre-existing settings file, you will need to add a telemetry
section.
For new installs of Node-RED, the default settings file already has this section, but
with the enabled
option commented out. Remove the //
at the start of the line
and change the value to false
:
telemetry: {
enabled: false,
/**
* If telemetry is enabled, the runtime will log a message when an update is available.
* The editor will also notify the user if a new version of Node-RED
* is available. Set the following property to false to disable this editor notification.
*/
updateNotification: true
},
You can also disable telemetry using the --no-telemetry
command-line flag, or by setting
NODE_RED_DISABLE_TELEMETRY
environment variable.
With the usage telemetry feature enabled, in response to sending the information, Node-RED is notified when there is a new version available. This will generate a notification in the editor to help you know when it’s time to upgrade.
This notification can be disabled via the telemetry.updateNotification
setting in the
settings file; it cannot be disabled from within the editor.
The runtime will also log when an update is available; this cannot be disabled.
Node-RED: Low-code programming for event-driven applications.
Copyright OpenJS Foundation and Node-RED contributors. All rights reserved. The OpenJS Foundation has registered trademarks and uses trademarks. For a list of trademarks of the OpenJS Foundation, please see our Trademark Policy and Trademark List. Trademarks and logos not indicated on the list of OpenJS Foundation trademarks are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
The OpenJS Foundation | Terms of Use | Privacy Policy | OpenJS Foundation Bylaws | Trademark Policy | Trademark List | Cookie Policy