package
0.0.0-20200122233423-62801f1d34cf
Repository: https://github.com/vishvananda/pkg.git
Documentation: pkg.go.dev
# Functions
CleanupZipkinTracingSetup cleans up the Zipkin tracing setup on the machine.
JSONTrace returns a trace for the given traceID.
SetupZipkinTracing sets up zipkin tracing which involves: 1.
# Constants
ZipkinPort is port exposed by the Zipkin Pod https://github.com/knative/serving/blob/master/config/monitoring/200-common/100-zipkin.yaml#L25 configures the Zipkin Port on the cluster.
ZipkinTraceEndpoint port-forwarded zipkin endpoint.
ZipkinTraceIDHeader HTTP response header key to be used to store Zipkin Trace ID.
# Variables
ZipkinTracingEnabled variable indicating if zipkin tracing is enabled.
# Structs
TimeoutError is an error returned by JSONTrace if it times out before getting the expected number of traces.