@@ -5,61 +5,22 @@ Depending on your setup, changes listed here might require a manual intervention
55
66* TBD
77
8- #### Agent Options
8+ ### Agent Options
99
1010* TBD
1111
12- #### Helm Values
12+ ### Helm Values
1313
14- * Tetragon container now uses the gRPC liveness probe by default. To continue using "tetra status" for liveness probe,
15- specify ` tetragon.livenessProbe ` Helm value. For example:
16- ``` yaml
17- tetragon :
18- livenessProbe :
19- timeoutSeconds : 60
20- exec :
21- command :
22- - tetra
23- - status
24- - --server-address
25- - " 54321"
26- - --retries
27- - " 5"
28- ` ` `
29- * Deprecated ` tetragon.skipCRDCreation` Helm value is removed. Use `crds.installMethod=none` instead.
30-
31- * `tetragon.ociHookSetup` Helm value is deprecated. Use `tetragon.rthooks` instead.
14+ * TBD
3215
33- # ### TracingPolicy (k8s CRD)
16+ ### TracingPolicy (k8s CRD)
3417
3518* TBD
3619
37- # ### Events (protobuf API)
20+ ### Events (protobuf API)
3821
39- * Sensor managing methods have been deprecated:
40- * `ListSensors`
41- * `EnableSensor`
42- * `DisableSensor`
43- * `RemoveSensor`
22+ * TBD
4423
45- # ### Metrics
24+ ### Metrics
4625
47- * `tetragon_policyfilter_metrics_total` metric is renamed to `tetragon_policyfilter_operations_total`, and its `op`
48- label is renamed to `operation`.
49- * `tetragon_missed_events_total` metric is renamed to `tetragon_bpf_missed_events_total`.
50- * Metrics related to ring buffer and events queue are renamed:
51- * `tetragon_ringbuf_perf_event_errors_total` -> `tetragon_observer_ringbuf_errors_total`
52- * `tetragon_ringbuf_perf_event_received_total` -> `tetragon_observer_ringbuf_events_received_total`
53- * `tetragon_ringbuf_perf_event_lost_total` -> `tetragon_observer_ringbuf_events_lost_total`
54- * `tetragon_ringbuf_queue_received_total` -> `tetragon_observer_ringbuf_queue_events_received_total`
55- * `tetragon_ringbuf_queue_lost_total` -> `tetragon_observer_ringbuf_queue_events_lost_total`
56- * `tetragon_errors_total{type="process_cache_evicted"}` metric is replaced by `tetragon_process_cache_evicted_total`.
57- * `tetragon_errors_total{type=~"process_cache_miss_on_get|process_cache_miss_on_remove"}` metrics are replaced by
58- ` tetragon_process_cache_misses_total{operation=~"get|remove"}` .
59- * `tetragon_event_cache_<entry_type>_errors_total` metrics are replaced by
60- ` tetragon_event_cache_fetch_failures_total{entry_type="<entry_type>"}` .
61- * `tetragon_event_cache_accesses_total` metric is renamed to `tetragon_event_cache_inserts_total`.
62- * `tetragon_event_cache_retries_total` metric is renamed to `tetragon_event_cache_fetch_retries_total`.
63- * `tetragon_errors_total{type="event_missing_process_info"}` metric is replaced by
64- ` tetragon_events_missing_process_info_total` .
65- * `tetragon_errors_total{type="handler_error"}` metric is removed. Use `tetragon_handler_errors_total` instead.
26+ * TBD
0 commit comments