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

Websocket metrics #2349

Closed
geekgonecrazy opened this issue Nov 1, 2017 · 3 comments · Fixed by #2567
Closed

Websocket metrics #2349

geekgonecrazy opened this issue Nov 1, 2017 · 3 comments · Fixed by #2567
Labels
area/websocket kind/enhancement a new or improved feature. priority/P2 need to be fixed in the future status/5-frozen-due-to-age
Milestone

Comments

@geekgonecrazy
Copy link

Do you want to request a feature or report a bug?

Feature

Details

In the metrics provided we have visibility to all http requests. Which is great to see that kind of traffic coming in. But we have no way of seeing how many websockets are open.

I have traefik in front of several servers and one of the primary data channels is websockets. Which works great. I just have no insight into the websockets currently being proxied through by traefik.

What is your environment & configuration (arguments, toml, provider, platform, ...)?

Traefik as a deployment in kubernetes acting as my ingress controller.

@m3co-code
Copy link
Contributor

HI @geekgonecrazy, which metrics provider do you use? I just opened #2567 which provides open connections on a backend or entrypoint level split up by protocol (http, SSE, websocket).

@geekgonecrazy
Copy link
Author

@marco-jantke prometheus. Your PR looks very interesting! I'll take a look

@geekgonecrazy
Copy link
Author

Familiar with go, but not as familiar with the code base here.

But from what I can tell you are tracking open connections. Which would solve what I'm looking for.

@juliens juliens added kind/enhancement a new or improved feature. priority/P2 need to be fixed in the future and removed status/0-needs-triage labels Jan 10, 2018
@traefiker traefiker added this to the 1.6 milestone Jan 26, 2018
@traefik traefik locked and limited conversation to collaborators Sep 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/websocket kind/enhancement a new or improved feature. priority/P2 need to be fixed in the future status/5-frozen-due-to-age
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants