destination_recognition

package
v0.0.0-...-5f3b442 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const ElasticSearchHttpPort int32 = 9200
View Source
const ElasticSearchHttpUrlFormat = "https://%s.%s:%d"
View Source
const JaegerGrpcOtlpPort int32 = 4317
View Source
const JaegerGrpcUrlFormat = "%s.%s:%d"

Variables

Functions

This section is empty.

Types

type DestinationDetails

type DestinationDetails struct {
	Type      common.DestinationType `json:"type"`
	UrlString string                 `json:"urlString"`
}

func GetAllPotentialDestinationDetails

func GetAllPotentialDestinationDetails(ctx *gin.Context, namespaces []k8s.Namespace, dests *odigosv1.DestinationList) ([]DestinationDetails, error)

type ElasticSearchDestinationFinder

type ElasticSearchDestinationFinder struct{}

type IDestinationFinder

type IDestinationFinder interface {
	// contains filtered or unexported methods
}

type JaegerDestinationFinder

type JaegerDestinationFinder struct{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL