Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollectorsGroupReconciler ¶ added in v1.0.90
type CollectorsGroupReconciler struct { client.Client Scheme *runtime.Scheme ConnectionCache *connection.ConnectionsCache }
func (*CollectorsGroupReconciler) SetupWithManager ¶ added in v1.0.90
func (i *CollectorsGroupReconciler) SetupWithManager(mgr ctrl.Manager) error
type InstrumentationConfigReconciler ¶
type InstrumentationConfigReconciler struct { client.Client Scheme *runtime.Scheme ConnectionCache *connection.ConnectionsCache }
func (*InstrumentationConfigReconciler) SetupWithManager ¶
func (i *InstrumentationConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
type SdkConfigManager ¶
type SdkConfigManager struct {
// contains filtered or unexported fields
}
func NewSdkConfigManager ¶
func NewSdkConfigManager(logger logr.Logger, mgr ctrl.Manager, connectionCache *connection.ConnectionsCache, odigosNs string) *SdkConfigManager
func (*SdkConfigManager) GetFullConfig ¶
func (m *SdkConfigManager) GetFullConfig(ctx context.Context, remoteResourceAttributes []configresolvers.ResourceAttribute, podWorkload *workload.PodWorkload, instrumentedAppName string, programmingLanguage string) (*protobufs.AgentRemoteConfig, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.