We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Imapmaent the new design for the server flag as described:
The content you are editing has changed. Please copy your edits and refresh the page.
The following design describes the CLI flag:
--server http.metrics=<true/false> # Enable metrics endpoint --server http.pprof=<true/false> # Enable pprof endpoints --server http.healthz=<true/false> # Enable health check endpoint --server http.pyroscope=<true/false> # Enable Pyroscope agent --server http.address=<address> # Set HTTP server listening address --server grpc.address=<address> # Set gRPC server listening address
The following design describes the config:
server: http: metrics: false # Enable metrics endpoint pprof: false # Enable pprof endpoints healthz: false # Enable health check endpoint pyroscope: false # Enable Pyroscope agent address: ":3366" # Set HTTP server listening address (default ":3366") grpc: address: "" # Set gRPC server listening address (default: disabled)
The text was updated successfully, but these errors were encountered:
ShohamBit
Successfully merging a pull request may close this issue.
Imapmaent the new design for the server flag as described:
Tasks
The following design describes the CLI flag:
The following design describes the config:
The text was updated successfully, but these errors were encountered: