We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdfa491 + 9f08f06 commit d7aa61eCopy full SHA for d7aa61e
pro-ha/tyk.conf
@@ -256,5 +256,29 @@
256
"secret_listen_path": "/secret/",
257
"secret_body": "Super secret body",
258
"secret_policy_key": "Secret_policy"
259
+ },
260
+ "opentelemetry": {
261
+ "enabled": true,
262
+ "exporter": "",
263
+ "endpoint": "",
264
+ "headers": null,
265
+ "connection_timeout": 0,
266
+ "resource_name": "",
267
+ "span_processor_type": "",
268
+ "context_propagation": "",
269
+ "tls": {
270
+ "enable": false,
271
+ "insecure_skip_verify": false,
272
+ "ca_file": "",
273
+ "cert_file": "",
274
+ "key_file": "",
275
+ "max_version": "",
276
+ "min_version": ""
277
278
+ "sampling": {
279
+ "type": "",
280
+ "rate": 0,
281
+ "parent_based": false
282
+ }
283
}
284
0 commit comments