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 ¶
View Source
var SupportedDestinationType = []common.DestinationType{common.JaegerDestinationType, common.ElasticsearchDestinationType}
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{}
Click to show internal directories.
Click to hide internal directories.