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

Add client metrics for http and ws transports #344

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

WIP: add client metrics for http and ws transports

a3c9ea9
Select commit
Loading
Failed to load commit list.
Draft

Add client metrics for http and ws transports #344

WIP: add client metrics for http and ws transports
a3c9ea9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 21, 2025 in 0s

92.77% of diff hit (target 77.81%)

View this Pull Request on Codecov

92.77% of diff hit (target 77.81%)

Annotations

Check warning on line 242 in client/internal/httpsender.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/internal/httpsender.go#L242

Added line #L242 was not covered by tests

Check warning on line 327 in client/internal/httpsender.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/internal/httpsender.go#L327

Added line #L327 was not covered by tests

Check warning on line 108 in client/internal/wsreceiver.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/internal/wsreceiver.go#L107-L108

Added lines #L107 - L108 were not covered by tests

Check warning on line 180 in client/internal/wssender.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/internal/wssender.go#L180

Added line #L180 was not covered by tests

Check warning on line 57 in internal/wsmessage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/wsmessage.go#L57

Added line #L57 was not covered by tests

Check warning on line 74 in internal/wsmessage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/wsmessage.go#L74

Added line #L74 was not covered by tests

Check warning on line 81 in internal/wsmessage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/wsmessage.go#L81

Added line #L81 was not covered by tests

Check warning on line 32 in server/httpconnection.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/httpconnection.go#L32

Added line #L32 was not covered by tests

Check warning on line 35 in server/httpconnection.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/httpconnection.go#L35

Added line #L35 was not covered by tests