|
103 | 103 | # such in the Lua namespace:
|
104 | 104 | # `kong.vaults.{name}.*`.
|
105 | 105 |
|
106 |
| -#opentelemetry_tracing = off # Comma-separated list of tracing instrumentations |
107 |
| - # this node should load. By default, no instrumentations |
108 |
| - # are enabled. |
109 |
| - # |
110 |
| - # Valid values to this setting are: |
111 |
| - # |
112 |
| - # - `off`: do not enable instrumentations. |
113 |
| - # - `request`: only enable request-level instrumentations. |
114 |
| - # - `all`: enable all the following instrumentations. |
115 |
| - # - `db_query`: trace database query, including |
116 |
| - # Postgres and Cassandra. |
117 |
| - # - `dns_query`: trace DNS query. |
118 |
| - # - `router`: trace router execution, including |
119 |
| - # router rebuilding. |
120 |
| - # - `http_client`: trace OpenResty HTTP client requests. |
121 |
| - # - `balancer`: trace balancer retries. |
122 |
| - # - `plugin_rewrite`: trace plugins iterator |
123 |
| - # execution with rewrite phase. |
124 |
| - # - `plugin_access`: trace plugins iterator |
125 |
| - # execution with access phase. |
126 |
| - # - `plugin_header_filter`: trace plugins iterator |
127 |
| - # execution with header_filter phase. |
128 |
| - # |
129 |
| - # **Note:** In the current implementation, |
130 |
| - # tracing instrumentations are not enabled in |
131 |
| - # stream mode. |
132 |
| - |
133 |
| -#opentelemetry_tracing_sampling_rate = 1.0 # Tracing instrumentation sampling rate. |
| 106 | +#opentelemetry_tracing = off # Deprecated: use tracing_instrumentatios instead |
| 107 | + |
| 108 | +#tracing_instrumentations = off # Comma-separated list of tracing instrumentations |
| 109 | + # this node should load. By default, no instrumentations |
| 110 | + # are enabled. |
| 111 | + # |
| 112 | + # Valid values to this setting are: |
| 113 | + # |
| 114 | + # - `off`: do not enable instrumentations. |
| 115 | + # - `request`: only enable request-level instrumentations. |
| 116 | + # - `all`: enable all the following instrumentations. |
| 117 | + # - `db_query`: trace database query, including |
| 118 | + # Postgres and Cassandra. |
| 119 | + # - `dns_query`: trace DNS query. |
| 120 | + # - `router`: trace router execution, including |
| 121 | + # router rebuilding. |
| 122 | + # - `http_client`: trace OpenResty HTTP client requests. |
| 123 | + # - `balancer`: trace balancer retries. |
| 124 | + # - `plugin_rewrite`: trace plugins iterator |
| 125 | + # execution with rewrite phase. |
| 126 | + # - `plugin_access`: trace plugins iterator |
| 127 | + # execution with access phase. |
| 128 | + # - `plugin_header_filter`: trace plugins iterator |
| 129 | + # execution with header_filter phase. |
| 130 | + # |
| 131 | + # **Note:** In the current implementation, |
| 132 | + # tracing instrumentations are not enabled in |
| 133 | + # stream mode. |
| 134 | + |
| 135 | +#opentelemetry_tracing_sampling_rate = 1.0 # Deprecated: use tracing_sampling_rate instead |
| 136 | +#tracing_sampling_rate = 1.0 # Tracing instrumentation sampling rate. |
134 | 137 | # Tracer samples a fixed percentage of all spans
|
135 | 138 | # following the sampling rate.
|
136 | 139 | #
|
|
0 commit comments