@@ -23,14 +23,12 @@ Flags:
23
23
--version Show application version.
24
24
--log.level=info Log filtering level.
25
25
--log.format=logfmt Log format to use.
26
- --gcloudtrace.project=GCLOUDTRACE.PROJECT
27
- GCP project to send Google Cloud Trace tracings to.
28
- If empty, tracing will be disabled.
29
- --gcloudtrace.sample-factor=1
30
- How often we send traces (1/<sample-factor>). If 0 no
31
- trace will be sent periodically, unless forced by
32
- baggage item. See `pkg/tracing/tracing.go` for
33
- details.
26
+ --tracing.config-file=<tracing.config-yaml-path>
27
+ Path to YAML file that contains tracing
28
+ configuration.
29
+ --tracing.config=<tracing.config-yaml>
30
+ Alternative to 'tracing.config-file' flag. Tracing
31
+ configuration in YAML.
34
32
35
33
Subcommands:
36
34
check rules <rule-files>...
@@ -67,14 +65,12 @@ Flags:
67
65
--version Show application version.
68
66
--log.level=info Log filtering level.
69
67
--log.format=logfmt Log format to use.
70
- --gcloudtrace.project=GCLOUDTRACE.PROJECT
71
- GCP project to send Google Cloud Trace tracings to.
72
- If empty, tracing will be disabled.
73
- --gcloudtrace.sample-factor=1
74
- How often we send traces (1/<sample-factor>). If 0 no
75
- trace will be sent periodically, unless forced by
76
- baggage item. See `pkg/tracing/tracing.go` for
77
- details.
68
+ --tracing.config-file=<tracing.config-yaml-path>
69
+ Path to YAML file that contains tracing
70
+ configuration.
71
+ --tracing.config=<tracing.config-yaml>
72
+ Alternative to 'tracing.config-file' flag. Tracing
73
+ configuration in YAML.
78
74
79
75
Args:
80
76
<rule-files> The rule files to check.
0 commit comments