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 self-monitor prometheus to 2.53.2 #1363

Merged
merged 3 commits into from
Aug 26, 2024
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
1 change: 1 addition & 0 deletions docs/contributor/benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,4 +407,5 @@ of the self-monitor Pods.
| 2.45.5(new) | 15.4 | 325 | 127633 | 0 | 43 | 0 |
| 2.53.0 | 20.4 | 210 | - | 0 | 36 | 0 |
| 2.53.1 | 20 | 333 | 135557 | 0 | 37 | 0 |
| 2.53.2 | 20 | 367 | 138347 | 0 | 40 |0|
</div>
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const (
defaultFluentBitExporterImage = "europe-docker.pkg.dev/kyma-project/prod/directory-size-exporter:v20240605-7743c77e"
defaultFluentBitImage = "europe-docker.pkg.dev/kyma-project/prod/external/fluent/fluent-bit:3.1.6"
defaultOtelImage = "europe-docker.pkg.dev/kyma-project/prod/kyma-otel-collector:0.105.0-main"
defaultSelfMonitorImage = "europe-docker.pkg.dev/kyma-project/prod/tpi/telemetry-self-monitor:2.53.1-729b0b4"
defaultSelfMonitorImage = "europe-docker.pkg.dev/kyma-project/prod/tpi/telemetry-self-monitor:2.53.2-cc4f64c"

metricOTLPServiceName = "telemetry-otlp-metrics"
traceOTLPServiceName = "telemetry-otlp-traces"
Expand Down
2 changes: 1 addition & 1 deletion sec-scanners-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ protecode:
- europe-docker.pkg.dev/kyma-project/prod/kyma-otel-collector:0.105.0-main
- europe-docker.pkg.dev/kyma-project/prod/external/fluent/fluent-bit:3.1.6
- europe-docker.pkg.dev/kyma-project/prod/directory-size-exporter:v20240605-7743c77e
- europe-docker.pkg.dev/kyma-project/prod/tpi/telemetry-self-monitor:2.53.1-729b0b4
- europe-docker.pkg.dev/kyma-project/prod/tpi/telemetry-self-monitor:2.53.2-cc4f64c
whitesource:
language: golang-mod
subprojects: false
Expand Down
Loading