Skip to content

Commit

Permalink
Update pkg/cmd/serve.go
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Cordell <[email protected]>
  • Loading branch information
tstirrat15 and ecordell committed Aug 21, 2024
1 parent 9befab7 commit 0e4105b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func RegisterServeFlags(cmd *cobra.Command, config *server.Config) error {
telemetryFlags := nfs.FlagSet(BoldBlue("Telemetry"))
// Flags for telemetry
telemetryFlags.StringVar(&config.TelemetryEndpoint, "telemetry-endpoint", telemetry.DefaultEndpoint, "endpoint to which telemetry is reported, empty string to disable")
telemetryFlags.StringVar(&config.TelemetryCAOverridePath, "telemetry-ca-override-path", "", "TODO")
telemetryFlags.StringVar(&config.TelemetryCAOverridePath, "telemetry-ca-override-path", "", "path to a custom CA to use with the telemetry endpoint")
telemetryFlags.DurationVar(&config.TelemetryInterval, "telemetry-interval", telemetry.DefaultInterval, "approximate period between telemetry reports, minimum 1 minute")

miscellaneousFlags := nfs.FlagSet(BoldBlue("Miscellaneous"))
Expand Down

0 comments on commit 0e4105b

Please sign in to comment.