Documentation ¶
Index ¶
- type ResourceTagger
- func (d *ResourceTagger) Close(ctx context.Context) error
- func (d *ResourceTagger) DecorateTag(ctx context.Context, object utilobject.Rich, traceSource string, ...)
- func (d *ResourceTagger) Init() error
- func (d *ResourceTagger) Options() manager.Options
- func (d *ResourceTagger) Start(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceTagger ¶
type ResourceTagger struct { Clock clock.Clock Logger logrus.FieldLogger ObjectCache *objectcache.ObjectCache TagEventMetric *metrics.Metric[*tagEventMetric] // contains filtered or unexported fields }
func (*ResourceTagger) DecorateTag ¶
func (d *ResourceTagger) DecorateTag(ctx context.Context, object utilobject.Rich, traceSource string, tags map[string]any)
func (*ResourceTagger) Init ¶
func (d *ResourceTagger) Init() error
func (*ResourceTagger) Options ¶
func (d *ResourceTagger) Options() manager.Options
Click to show internal directories.
Click to hide internal directories.