MCPcopy
hub / github.com/uber/aresdb / NewOptions

Function NewOptions

datanode/options.go:32–37  ·  view source on GitHub ↗

NewOptions creates a new set of storage options with defaults

()

Source from the content-addressed store, hash-verified

30
31// NewOptions creates a new set of storage options with defaults
32func NewOptions() Options {
33 opts := options{
34 instrumentOpts: utils.NewOptions(),
35 }
36 return &opts
37}
38
39func (o *options) SetInstrumentOptions(value utils.Options) Options {
40 o.instrumentOpts = value

Callers 2

startDataNodeFunction · 0.92
datanode_test.goFile · 0.70

Calls 1

NewOptionsFunction · 0.92

Tested by

no test coverage detected