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

piko: integrate agent/server v2 #67

Merged
merged 4 commits into from
Jun 8, 2024
Merged

piko: integrate agent/server v2 #67

merged 4 commits into from
Jun 8, 2024

Conversation

andydunstall
Copy link
Owner

See commits for details.

Integrates agentv2 and serverv2 into main.

This contains a complete rewrite of the agent to server protocol that
sends traffic as TCP over WebSocket rather than sending individually
encoded HTTP requests.

The simplifies how both the agent and server proxy requests as the
'connection' between agent and server is a net.Conn.
Adds metrics for:
* The number of connected upstreams
* The number of registered endpoints
* The number of requests sent to a local upstream
* The number of requests sent to a remote upstream
@andydunstall andydunstall merged commit 59d921f into main Jun 8, 2024
3 checks passed
@andydunstall andydunstall deleted the version-0-3-0 branch June 8, 2024 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant