prometheusAddr=WhatsAppFlags.String("prometheus-address","","The address of Prometheus to query.")
traceEndpoint=WhatsAppFlags.String("trace-endpoint","","Optional GRPC OTLP endpoint for tracing backend. Set it to 'stdout' to print traces to the output instead.")
traceSamplingRatio=WhatsAppFlags.Float64("trace-sampling-ratio",1.0,"Sampling ratio. Currently 1.0 is the best value to use with exemplars.")
configFile=WhatsAppFlags.String("config-file","./whatsup.yaml","YAML configuration with same options as flags here. Flags override the configuration items.")