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

Implement pacing interceptor #309

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Implement pacing interceptor

0674db3
Select commit
Loading
Failed to load commit list.
Draft

Implement pacing interceptor #309

Implement pacing interceptor
0674db3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 27, 2025 in 1s

0.00% of diff hit (target 70.00%)

View this Pull Request on Codecov

0.00% of diff hit (target 70.00%)

Annotations

Check warning on line 32 in pkg/pacing/interceptor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/pacing/interceptor.go#L29-L32

Added lines #L29 - L32 were not covered by tests

Check warning on line 39 in pkg/pacing/interceptor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/pacing/interceptor.go#L35-L39

Added lines #L35 - L39 were not covered by tests

Check warning on line 46 in pkg/pacing/interceptor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/pacing/interceptor.go#L42-L46

Added lines #L42 - L46 were not covered by tests

Check warning on line 64 in pkg/pacing/interceptor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/pacing/interceptor.go#L49-L64

Added lines #L49 - L64 were not covered by tests

Check warning on line 68 in pkg/pacing/interceptor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/pacing/interceptor.go#L66-L68

Added lines #L66 - L68 were not covered by tests

Check warning on line 98 in pkg/pacing/interceptor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/pacing/interceptor.go#L91-L98

Added lines #L91 - L98 were not covered by tests

Check warning on line 106 in pkg/pacing/interceptor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/pacing/interceptor.go#L104-L106

Added lines #L104 - L106 were not covered by tests

Check warning on line 108 in pkg/pacing/interceptor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/pacing/interceptor.go#L108

Added line #L108 was not covered by tests

Check warning on line 115 in pkg/pacing/interceptor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/pacing/interceptor.go#L113-L115

Added lines #L113 - L115 were not covered by tests

Check warning on line 139 in pkg/pacing/interceptor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/pacing/interceptor.go#L118-L139

Added lines #L118 - L139 were not covered by tests

Check warning on line 141 in pkg/pacing/interceptor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/pacing/interceptor.go#L141

Added line #L141 was not covered by tests

Check warning on line 24 in pkg/pacing/leaky_bucket_pacer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/pacing/leaky_bucket_pacer.go#L17-L24

Added lines #L17 - L24 were not covered by tests

Check warning on line 31 in pkg/pacing/leaky_bucket_pacer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/pacing/leaky_bucket_pacer.go#L27-L31

Added lines #L27 - L31 were not covered by tests

Check warning on line 45 in pkg/pacing/leaky_bucket_pacer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/pacing/leaky_bucket_pacer.go#L34-L45

Added lines #L34 - L45 were not covered by tests

Check warning on line 61 in pkg/pacing/leaky_bucket_pacer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/pacing/leaky_bucket_pacer.go#L48-L61

Added lines #L48 - L61 were not covered by tests