Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support for multiple exporters #2535

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

chore: add unit test

2a49d4c
Select commit
Loading
Failed to load commit list.
Open

feat: support for multiple exporters #2535

chore: add unit test
2a49d4c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 17, 2025 in 0s

86.94% of diff hit (target 84.79%)

View this Pull Request on Codecov

86.94% of diff hit (target 84.79%)

Annotations

Check warning on line 435 in cmd/relayproxy/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/relayproxy/config/config.go#L434-L435

Added lines #L434 - L435 were not covered by tests

Check warning on line 57 in cmd/relayproxy/service/gofeatureflag.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/relayproxy/service/gofeatureflag.go#L56-L57

Added lines #L56 - L57 were not covered by tests

Check warning on line 62 in cmd/relayproxy/service/gofeatureflag.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/relayproxy/service/gofeatureflag.go#L61-L62

Added lines #L61 - L62 were not covered by tests

Check warning on line 67 in cmd/relayproxy/service/gofeatureflag.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/relayproxy/service/gofeatureflag.go#L66-L67

Added lines #L66 - L67 were not covered by tests

Check warning on line 96 in cmd/relayproxy/service/gofeatureflag.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/relayproxy/service/gofeatureflag.go#L96

Added line #L96 was not covered by tests

Check warning on line 105 in cmd/relayproxy/service/gofeatureflag.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/relayproxy/service/gofeatureflag.go#L105

Added line #L105 was not covered by tests

Check warning on line 121 in cmd/relayproxy/service/gofeatureflag.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/relayproxy/service/gofeatureflag.go#L121

Added line #L121 was not covered by tests

Check warning on line 135 in cmd/relayproxy/service/gofeatureflag.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/relayproxy/service/gofeatureflag.go#L134-L135

Added lines #L134 - L135 were not covered by tests

Check warning on line 148 in cmd/relayproxy/service/gofeatureflag.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/relayproxy/service/gofeatureflag.go#L147-L148

Added lines #L147 - L148 were not covered by tests

Check warning on line 108 in exporter/data_exporter.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporter/data_exporter.go#L107-L108

Added lines #L107 - L108 were not covered by tests

Check warning on line 161 in exporter/data_exporter.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporter/data_exporter.go#L161

Added line #L161 was not covered by tests

Check warning on line 189 in exporter/data_exporter.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporter/data_exporter.go#L188-L189

Added lines #L188 - L189 were not covered by tests

Check warning on line 231 in exporter/data_exporter.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporter/data_exporter.go#L229-L231

Added lines #L229 - L231 were not covered by tests

Check warning on line 233 in exporter/data_exporter.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporter/data_exporter.go#L233

Added line #L233 was not covered by tests

Check warning on line 94 in feature_flag.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

feature_flag.go#L93-L94

Added lines #L93 - L94 were not covered by tests