Skip to content

v1.12.0 Telemetry

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Aug 00:21
· 168 commits to master since this release
88f677c

Overview

This release has a number of changes (like updating RabbitMQ libs, support for auth-n in NATS) and various small bug fixes but the "biggest" update is the addition of telemetry.

We know a bunch of folks are using plumber - but we don't know what features or what backends they use, so we have a hard time figuring out where we should put our energy towards to next.

This release adds telemetry support to plumber. It's primary function is to figure out usage info - things like what actions you perform the most (read/write/tunnel/etc), what backends you use and of course, what OS and arch you're on.

Here are some facts about the telemetry:

  • The telemetry is opt-in, as in, telemetry is off by default
  • You will be asked whether you want to participate in telemetry on the initial launch of plumber
  • We do NOT collect any potentially confidential information or PII

You can read more about plumber telemetry here: https://docs.batch.sh/plumber/telemetry

Install

Reminder: you can install the latest client by downloading the arch/os appropriate release below or using brew:

$ brew tap batchcorp/public
$ brew install plumber

Thank you for using plumber!