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
Pasted from the tech spec:
GET /stats Output all server stats.
GET /stats
Output Sample
cache::key::helloworld_production_lds::rq_count: 4 cache::key::foobar_production_cds::rq_count: 3 controlplane::connections::cx_active::1 controlplane::connections::cx_connect_fail::0 controlplane::connections::cx_destroy::0 controlplane::connections::cx_total::1 controlplane::requests::rq_1xx::0 controlplane::requests::rq_2xx::2 controlplane::requests::rq_3xx::0 controlplane::requests::rq_4xx::0 controlplane::requests::rq_5xx::0 controlplane::requests::rq_active::2 controlplane::requests::rq_error::0 controlplane::requests::rq_success::0 controlplane::requests::rq_timeout::0 controlplane::requests::rq_total::2 controlplane:::hostname::mycontrolplane.lyft.net downstream::connections::cx_active::7 downstream::connections::cx_connect_fail::0 downstream::connections::cx_total::7 downstream::requests::rq_1xx::0 downstream::requests::rq_2xx::7 downstream::requests::rq_3xx::0 downstream::requests::rq_4xx::0 downstream::requests::rq_5xx::0 downstream::requests::rq_active::7 downstream::requests::rq_error::0 downstream::requests::rq_success::0 downstream::requests::rq_timeout::0 downstream::requests::rq_total::7 server::live: 1 server::memory_allocated: 16802608 server::memory_heap_size: 34603008 server::total_connections: 239 server::uptime: 132786 server::version: 11541598
The text was updated successfully, but these errors were encountered:
uber-go/tally#18 may be relevant to find a way to scrape stats from tally.
Sorry, something went wrong.
No branches or pull requests
Pasted from the tech spec:
GET /stats
Output all server stats.
Output Sample
The text was updated successfully, but these errors were encountered: