This repository was archived by the owner on May 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ stringData:
4040 # With 64 as batch size each worker thread could process upto 3200 spans (64 * 50)
4141 batch_size: 256
4242 processor:
43- - otel_trace_raw :
43+ - otel_traces :
4444 sink:
4545 - opensearch:
4646 index_type: custom
@@ -57,7 +57,7 @@ stringData:
5757 pipeline:
5858 name: "entry-pipeline"
5959 processor:
60- - service_map_stateful :
60+ - service_map :
6161 # The window duration is the maximum length of time the data prepper stores the most recent trace data to evaluvate service-map relationships.
6262 # The default is 3 minutes, this means we can detect relationships between services from spans reported in last 3 minutes.
6363 # Set higher value if your applications have higher latency.
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ data_prepper:
253253 # -- Used image name.
254254 image : opensearchproject/data-prepper
255255 # -- Used component version.
256- imageTag : " 2.0 .1"
256+ imageTag : " 2.3 .1"
257257 # -- Replicas count for DataPrepper pods.
258258 replicas : 1
259259 # -- Set JVM parameters `-Xms` and `-Xmx`, basicaly set JVM memory size. Consider this value as a half of total pod memory.
You can’t perform that action at this time.
0 commit comments