File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -70,3 +70,12 @@ exporter.maximum_compute_unit_price_micro_lamports = 100000
70
70
# Note that this doesn't affect the rate at which transactions are published:
71
71
# this is soley a backwards-compatibility API feature.
72
72
notify_price_sched_interval_duration = " 400ms"
73
+
74
+ # Configuration for OpenTelemetry
75
+ [opentelemetry ]
76
+
77
+ # Timeout in seconds for the OpenTelemetry exporter
78
+ exporter_timeout_secs = 3
79
+
80
+ # Endpoint URL for the OpenTelemetry exporter
81
+ exporter_endpoint = " http://127.0.0.1:4317"
Original file line number Diff line number Diff line change @@ -60,3 +60,12 @@ exporter.compute_unit_price_micro_lamports = 1000
60
60
# Note that this doesn't affect the rate at which transactions are published:
61
61
# this is soley a backwards-compatibility API feature.
62
62
notify_price_sched_interval_duration = " 400ms"
63
+
64
+ # Configuration for OpenTelemetry
65
+ [opentelemetry ]
66
+
67
+ # Timeout in seconds for the OpenTelemetry exporter
68
+ exporter_timeout_secs = 3
69
+
70
+ # Endpoint URL for the OpenTelemetry exporter
71
+ exporter_endpoint = " http://127.0.0.1:4317"
Original file line number Diff line number Diff line change @@ -181,3 +181,13 @@ key_store.mapping_key = "RelevantOracleMappingAddress"
181
181
# publish data to. In most cases this should be a Solana endpoint. The
182
182
# options correspond to the ones in primary_network
183
183
# [secondary_network]
184
+
185
+
186
+ # # Configuration for OpenTelemetry ##
187
+ [opentelemetry ]
188
+
189
+ # Timeout in seconds for the OpenTelemetry exporter
190
+ exporter_timeout_secs = 3
191
+
192
+ # Endpoint URL for the OpenTelemetry exporter
193
+ exporter_endpoint = " http://127.0.0.1:4317"
You can’t perform that action at this time.
0 commit comments