Skip to content

Jaeger Query : Source code #5944

Answered by dosubot bot
amthoughts asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @amthoughts! 👋 I'm here to help you with any bugs, questions, or contributions you have for Jaeger Query while you wait for a human maintainer. Let's squash those bugs together!

You can find the source code for the Jaeger Query component in the file cmd/query/main.go in the Jaeger repository. Here is a snippet from that file:

package main

import (
	"context"
	"fmt"
	"log"
	"os"

	"github.com/spf13/cobra"
	"github.com/spf13/viper"
	_ "go.uber.org/automaxprocs"
	"go.uber.org/zap"

	"github.com/jaegertracing/jaeger/cmd/internal/docs"
	"github.com/jaegertracing/jaeger/cmd/internal/env"
	"github.com/jaegertracing/jaeger/cmd/internal/flags"
	"github.com/jaegertracing/jaeger/cmd/internal/p…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yurishkuro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant