Skip to content

Switch flag definitions to be on pflag instead of flag in package go/stats/statsd #10745

Closed
@ajm188

Description

@ajm188

Part of #10697.

Current flags:

$ git grep -E "\bflag\.[A-Z]" -- go/stats/statsd/*.go
go/stats/statsd/statsd.go:      statsdAddress    = flag.String("statsd_address", "", "Address for statsd client")
go/stats/statsd/statsd.go:      statsdSampleRate = flag.Float64("statsd_sample_rate", 1.0, "")

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions