You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/cf-runtime/Chart.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ annotations:
27
27
description: "Redesign \"engine\" metrics to follow OpenTelemetry standards and provide more comprehensive insights about Classic Build execution. Please read upgrade notes for more details."
28
28
- kind: deprecated
29
29
description: "Deprecate legacy Prometheus metrics in favor of new OpenTelemetry metrics in \"engine\". Please read upgrade notes for more details."
30
+
- kind: changed
31
+
description: "Improve observability of build's \"Initializing Process\" step by providing more logs and more detailed status of the step."
| runtime.engine.env.CF_SERVICE_NAME | string |`"classic-engine"`| Engine name for telemetry purposes |
1333
1333
| runtime.engine.env.CF_TELEMETRY_LOGS_LEVEL | string |`"debug"`| Level of logging for engine |
1334
1334
| runtime.engine.env.CF_TELEMETRY_OTEL_ALLOW_HTTP_INSTRUMENTATION | string |`"false"`| Enable OTel HTTP instrumentation. Make sure to sanitize `url.full` and `url.query` span attributes on collector before enabling this flag, as it may contain sensitive information. |
| runtime.engine.env.CF_TELEMETRY_PROMETHEUS_ENABLE | string |`"true"`| Enable Prometheus server (used solely to emit process metrics, if CF_TELEMETRY_PROMETHEUS_ENABLE_PROCESS_METRICS=true) If enabled, make sure to disable legacy metrics by specifying METRICS_PROMETHEUS_ENABLED=false. |
1337
-
| runtime.engine.env.CF_TELEMETRY_PROMETHEUS_ENABLE_PROCESS_METRICS | string |`"true"`| Enable collecting process metrics |
1336
+
| runtime.engine.env.CF_TELEMETRY_PROMETHEUS_ENABLE | string |`"false"`| Enable Prometheus server (used solely to emit process metrics, if CF_TELEMETRY_PROMETHEUS_ENABLE_PROCESS_METRICS=true) If enabled, make sure to disable legacy metrics by specifying METRICS_PROMETHEUS_ENABLED=false. |
1337
+
| runtime.engine.env.CF_TELEMETRY_PROMETHEUS_ENABLE_PROCESS_METRICS | string |`"false"`| Enable collecting process metrics |
1338
1338
| runtime.engine.env.CF_TELEMETRY_PROMETHEUS_HOST | string |`"0.0.0.0"`| Host for Prometheus metrics server |
1339
1339
| runtime.engine.env.CF_TELEMETRY_PROMETHEUS_PORT | string |`"9100"`| Port for Prometheus metrics server |
1340
1340
| runtime.engine.env.CF_TELEMETRY_PYROSCOPE_ENABLE | string |`"false"`| Enable Pyroscope profiling. If enabled, the Pyroscope server address must be set in PYROSCOPE_SERVER_ADDRESS. |
@@ -1364,7 +1364,7 @@ Install the Helm chart
1364
1364
| runtime.engine.env.OTEL_TRACES_SAMPLER | string |`"parentbased_always_on"`| OTel sampler to be used for traces. Ref: https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/|
1365
1365
| runtime.engine.env.PYROSCOPE_SERVER_ADDRESS | string |`""`| Pyroscope server address |
1366
1366
| runtime.engine.env.TRUSTED_QEMU_IMAGES | string |`"tonistiigi/binfmt"`| Trusted QEMU images used for docker builds - when left blank defaults to .runtime.engine.runtimeImages.DEFAULT_QEMU_IMAGE value |
1367
-
| runtime.engine.image | object |`{"digest":"sha256:9a10181adad3db563e9abe44d813ab4e713bb501a1af5af3126b54f6ab701386","pullPolicy":"IfNotPresent","registry":"quay.io","repository":"codefresh/engine","tag":"1.179.0"}`| Set image. |
1367
+
| runtime.engine.image | object |`{"digest":"sha256:37caef1e58f8d07ed76da753fb46eb59224e723495c1b9081d3ef7e0bc9449f9","pullPolicy":"IfNotPresent","registry":"quay.io","repository":"codefresh/engine","tag":"1.179.1"}`| Set image. |
1368
1368
| runtime.engine.nodeSelector | object |`{}`| Set node selector. |
1369
1369
| runtime.engine.podAnnotations | object |`{}`| Set pod annotations. |
1370
1370
| runtime.engine.podLabels | object |`{}`| Set pod labels. |
# -- Enable OTel HTTP instrumentation. Make sure to sanitize `url.full` and `url.query` span attributes on collector before enabling this flag, as it may contain sensitive information.
630
+
# -- Enable OTel HTTP instrumentation.
631
+
# Make sure to sanitize `url.full` and `url.query` span attributes on collector before enabling this flag, as it may contain sensitive information.
0 commit comments