@daocloud-proto/skoala 0.21.2-18 → 0.21.2-22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -287,11 +287,25 @@ export type GlobalRatelimitConfig = {
287
287
  type BaseContourAdvancedConfig = {
288
288
  resources?: SkoalaApiGeneralV1alpha1Resource.ResourceRequirements
289
289
  diagnostic?: GatewayDiagnostic
290
+ tracingConfig?: TracingConfig
290
291
  }
291
292
 
292
293
  export type ContourAdvancedConfig = BaseContourAdvancedConfig
293
294
  & OneOf<{ rollingUpdate: RollingUpdate; recreate: string }>
294
295
 
296
+ export type TracingConfigcustomTag = {
297
+ tagName?: string
298
+ literal?: string
299
+ requestHeaderName?: string
300
+ }
301
+
302
+ export type TracingConfig = {
303
+ enabled?: boolean
304
+ sampling?: number
305
+ maxPathLength?: number
306
+ customTags?: TracingConfigcustomTag[]
307
+ }
308
+
295
309
 
296
310
  type BaseEnvoyAdvancedConfig = {
297
311
  resources?: SkoalaApiGeneralV1alpha1Resource.ResourceRequirements
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.21.2-18",
3
+ "version": "0.21.2-22",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {