flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/apache/thrift/lib/go/thrift | |
github.com/go-kit/kit/endpoint | Package endpoint defines an abstraction for RPCs. |
github.com/go-kit/kit/examples/addsvc | |
github.com/go-kit/kit/examples/addsvc/pb | |
github.com/go-kit/kit/examples/addsvc/thrift/gen-go/addsvc | |
github.com/go-kit/kit/log | Package log provides a structured logger. |
github.com/go-kit/kit/metrics | Package metrics provides a framework for application instrumentation. |
github.com/go-kit/kit/metrics/prometheus | Package prometheus provides Prometheus implementations for metrics. |
github.com/go-kit/kit/tracing/opentracing | Package opentracing provides Go kit integration to the OpenTracing project. |
github.com/lightstep/lightstep-tracer-go | Package lightstep implements the LightStep OpenTracing client for Go. |
github.com/opentracing/opentracing-go | |
github.com/openzipkin/zipkin-go-opentracing | |
github.com/prometheus/client_golang/prometheus | Package prometheus is the core instrumentation package. |
golang.org/x/net/context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
net/http/pprof | Package pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/signal | Package signal implements access to incoming signals. |
sourcegraph.com/sourcegraph/appdash | |
sourcegraph.com/sourcegraph/appdash/opentracing | |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |