Skip to content

Commit

Permalink
Update examples/hotrod/cmd/flags.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
Signed-off-by: Harshith Mente <109957201+joeyyy09@users.noreply.github.com>
  • Loading branch information
joeyyy09 and yurishkuro committed May 10, 2024
1 parent 12fea50 commit fd00e5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/hotrod/cmd/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,4 @@ func addFlags(cmd *cobra.Command) {
cmd.PersistentFlags().StringVarP(&jaegerUI, "jaeger-ui", "j", "http://localhost:16686", "Address of Jaeger UI to create [find trace] links")

cmd.PersistentFlags().BoolVarP(&verbose, "verbose", "v", false, "Enables debug logging")
// Warning about expvar deprecation
logger.Warn("The 'metrics' CLI flag and expvar metrics backend are deprecated and will be removed. Prometheus will be used as the default and only metrics backend.")
}

0 comments on commit fd00e5e

Please sign in to comment.