issues

package
v0.1.0-beta.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 26, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MissingInstrumentationDetector

type MissingInstrumentationDetector struct{}

MissingInstrumentationDetector detects packages that have available instrumentations but are not instrumented

func NewMissingInstrumentationDetector

func NewMissingInstrumentationDetector() *MissingInstrumentationDetector

NewMissingInstrumentationDetector creates a new missing instrumentation detector

func (*MissingInstrumentationDetector) Category

Category returns the issue category

func (*MissingInstrumentationDetector) Description

func (m *MissingInstrumentationDetector) Description() string

Description returns what this detector looks for

func (*MissingInstrumentationDetector) Detect

Detect finds packages with available instrumentations

func (*MissingInstrumentationDetector) ID

ID returns the detector identifier

func (*MissingInstrumentationDetector) Languages

func (m *MissingInstrumentationDetector) Languages() []string

Languages returns which languages this detector applies to

func (*MissingInstrumentationDetector) Name

Name returns the detector name

type MissingOTelDetector

type MissingOTelDetector struct{}

MissingOTelDetector detects when no OpenTelemetry libraries are found

func NewMissingOTelDetector

func NewMissingOTelDetector() *MissingOTelDetector

NewMissingOTelDetector creates a new missing OTel detector

func (*MissingOTelDetector) Category

func (m *MissingOTelDetector) Category() domain.Category

Category returns the issue category

func (*MissingOTelDetector) Description

func (m *MissingOTelDetector) Description() string

Description returns what this detector looks for

func (*MissingOTelDetector) Detect

Detect finds missing OTel library issues

func (*MissingOTelDetector) ID

func (m *MissingOTelDetector) ID() string

ID returns the detector identifier

func (*MissingOTelDetector) Languages

func (m *MissingOTelDetector) Languages() []string

Languages returns applicable languages (empty = all languages)

func (*MissingOTelDetector) Name

func (m *MissingOTelDetector) Name() string

Name returns the detector name

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL