Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMeterProvider ¶
func NewMeterProvider(s *Server) (metric.MeterProvider, error)
Types ¶
type CompletedConfig ¶
type CompletedConfig struct {
// contains filtered or unexported fields
}
type Options ¶
type Options struct { Id string `mapstructure:"id"` Name string `mapstructure:"name"` PublicUrl string `mapstructure:"public_url"` GrpcOptions *grpc.Options `mapstructure:"grpc"` HttpOptions *http.Options `mapstructure:"http"` }
func NewOptions ¶
func NewOptions() *Options
Click to show internal directories.
Click to hide internal directories.