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 remote-storage service #3836

Merged
merged 9 commits into from
Aug 2, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add remote-storage service
Signed-off-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
yurishkuro committed Aug 1, 2022
commit ecbd6ab15cd45c251ebec8357823f119381f7483
5 changes: 5 additions & 0 deletions ports/ports.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ const (

// IngesterAdminHTTP is the default admin HTTP port (health check, metrics, etc.)
IngesterAdminHTTP = 14270

// RemoteStorageGRPC is the default port of GRPC requests for Remote Storage
RemoteStorageGRPC = 17271
// RemoteStorageHTTP is the default admin HTTP port (health check, metrics, etc.)
RemoteStorageAdminHTTP = 17270
)

// PortToHostPort converts the port into a host:port address string
Expand Down