-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DM-48382: sasquatch app metrics - use nightly telegraf
[telegraf](https://github.com/influxdata/telegraf) has still not released the [feature to allow union fields to be specified as tags](influxdata/telegraf@bcea9a2), which will let us get a `service` tag on some Gafaelfawr metrics. This is planned to be released in [v1.34.0](https://github.com/influxdata/telegraf/milestone/118). Until then, we'll use a nightly telegraf build from 2025-01-09 and pushed to our `lsst-sqre` github docker registry (ghcr.io): ``` docker pull quay.io/influxdb/telegraf-nightly:alpine docker tag quay.io/influxdb/telegraf-nightly:alpine ghcr.io/lsst-sqre/telegraf:nightly-alpine-2025-01-09 docker push ghcr.io/lsst-sqre/telegraf:nightly-alpine-2025-01-09 ```
- Loading branch information
Showing
3 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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