func GetClientId()

in store/reader.go [47:50]


func GetClientId() string {
	// get a UUID and concatenante with the service name
	return fmt.Sprintf("azure-kusto-jaeger-%s", uuid.New().String())
}