Skip to content

Test InstallTraceBridge in the opencensus bridge #6560

@MrAlias

Description

@MrAlias

// InstallTraceBridge installs the OpenCensus trace bridge, which overwrites
// the global OpenCensus tracer implementation. Once the bridge is installed,
// spans recorded using OpenCensus are redirected to the OpenTelemetry SDK.
func InstallTraceBridge(opts ...TraceOption) {
octrace.DefaultTracer = newTraceBridge(opts)
}

The test should verify that the octrace.DefaultTracer is correctly set.

Metadata

Metadata

Assignees

No one assigned

    Labels

    contribfestIssue good for KubeCon contribfestgood first issueGood for newcomerspkg:bridgesRelated to a bridge package

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions