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

chore: Update to prometheus 3.1.0 #1739

Merged
merged 3 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go mod tidy && go build -a -o manager

FROM scratch

LABEL org.opencontainers.image.source="https://github.com/kyma-project/telemetry-manager"

WORKDIR /

COPY --from=builder /telemetry-manager-workspace/manager .
Expand Down
2 changes: 2 additions & 0 deletions dependencies/telemetry-self-monitor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ RUN make build

FROM scratch

LABEL org.opencontainers.image.source="https://github.com/kyma-project/telemetry-manager"

COPY --from=builder /prometheus/prometheus /bin/prometheus

USER nobody
Expand Down
4 changes: 2 additions & 2 deletions dependencies/telemetry-self-monitor/envs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PROMETHEUS_VERSION=3.0.1
ALPINE_VERSION=3.20
PROMETHEUS_VERSION=3.1.0
ALPINE_VERSION=3.21
1 change: 1 addition & 0 deletions docs/contributor/benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,4 +450,5 @@ of the self-monitor Pods.
| 2.53.2 | 20 | 367 | 138347 | 0 | 40 | 0 |
| 2.53.3 | 20 | 307 | 127673 | 0 | 35 | 0 |
| 3.0.1 | 21 | 333 | 138210 | 0 | 43 | 0 |
| 3.1.0 | 21 | 352 | 146150 | 0 | 38 | 0 |
</div>
Loading