Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider interface {
Labels(pid int) (model.LabelSet, error)
Name() string
ShouldCache() bool
}
func ServiceDiscovery ¶
ServiceDiscovery metadata provider.
type StatefulProvider ¶
type StatefulProvider struct {
// contains filtered or unexported fields
}
func (*StatefulProvider) Labels ¶
func (p *StatefulProvider) Labels(pid int) (model.LabelSet, error)
func (*StatefulProvider) Name ¶
func (p *StatefulProvider) Name() string
func (*StatefulProvider) ShouldCache ¶
func (p *StatefulProvider) ShouldCache() bool
type StatelessProvider ¶
type StatelessProvider struct {
// contains filtered or unexported fields
}
func (*StatelessProvider) Labels ¶
func (p *StatelessProvider) Labels(pid int) (model.LabelSet, error)
func (*StatelessProvider) Name ¶
func (p *StatelessProvider) Name() string
func (*StatelessProvider) ShouldCache ¶
func (p *StatelessProvider) ShouldCache() bool
Source Files
¶
Click to show internal directories.
Click to hide internal directories.