Documentation ¶
Index ¶
- func Close(ctx context.Context, nu supbnervous.Controller, clusterMeta *clusters.Cluster, ...)
- func Init(ctx context.Context, nu supbnervous.Controller, clusterMeta *clusters.Cluster, ...)
- func TraceDumper(ctx context.Context, nu supbnervous.Controller, clusterMeta *clusters.Cluster, ...)
- type FromDomain
- type MessageSupb
- type Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Close ¶
func Close(ctx context.Context, nu supbnervous.Controller, clusterMeta *clusters.Cluster, outPut chan<- *clusters.ClusterRes)
func Init ¶
func Init(ctx context.Context, nu supbnervous.Controller, clusterMeta *clusters.Cluster, outPut chan<- *clusters.ClusterRes)
func TraceDumper ¶
func TraceDumper(ctx context.Context, nu supbnervous.Controller, clusterMeta *clusters.Cluster, outPut chan<- *clusters.ClusterRes)
the policy function maybe reboot automatically, because of the control meta change
Types ¶
type FromDomain ¶
type FromDomain struct {
// contains filtered or unexported fields
}
FromDomain is used to convert supbmod span to db span
func NewFromDomain ¶
func NewFromDomain(allTagsAsObject bool, tagKeysAsFields []string, tagDotReplacement string) FromDomain
NewFromDomain creates FromDomain used to convert supbmod span to db span
func (FromDomain) FromDomainEmbedProcess ¶
func (fd FromDomain) FromDomainEmbedProcess(span *model.Span) *metricsELK
FromDomainEmbedProcess converts supbmod.Span into json.Span format. This format includes a ParentSpanID and an embedded Process.
type MessageSupb ¶
Click to show internal directories.
Click to hide internal directories.