Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-48382: sasquatch app metrics - use nightly telegraf #4069

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

fajpunk
Copy link
Member

@fajpunk fajpunk commented Jan 10, 2025

telegraf has still not released the feature to allow union fields to be specified as tags, which will let us get a service tag on some Gafaelfawr metrics. This is planned to be released in v1.34.0. 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

@fajpunk fajpunk requested a review from afausti January 10, 2025 00:12
[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
```
@fajpunk fajpunk force-pushed the tickets/DM-48382/app-metrics-nightly-telegraf branch from 35f0901 to ea3923a Compare January 10, 2025 20:53
Copy link
Member

@afausti afausti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@fajpunk fajpunk added this pull request to the merge queue Jan 10, 2025
Merged via the queue into main with commit 2a8a5ad Jan 10, 2025
7 checks passed
@fajpunk fajpunk deleted the tickets/DM-48382/app-metrics-nightly-telegraf branch January 10, 2025 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants