mirror of https://github.com/yandex/odyssey.git
Removed old od_log calls
This commit is contained in:
parent
44f01fe01e
commit
60000c8321
|
@ -69,19 +69,6 @@ static int od_cron_stat_cb(od_route_t *route, od_stat_t *current,
|
|||
info.avg_recv_server);
|
||||
od_log(&instance->logger, "stats", NULL, NULL,
|
||||
od_prom_metrics_get_stat_cb(metrics));
|
||||
// od_log(&instance->logger, "stats", NULL, NULL,
|
||||
// "[%.*s.%.*s%s] %d clients, "
|
||||
// "%d active servers, "
|
||||
// "%d idle servers, "
|
||||
// "%" PRIu64 " transactions/sec (%" PRIu64 " usec) "
|
||||
// "%" PRIu64 " queries/sec (%" PRIu64 " usec) "
|
||||
// "%" PRIu64 " in bytes/sec, "
|
||||
// "%" PRIu64 " out bytes/sec",
|
||||
// info.database_len, info.database, info.user_len, info.user,
|
||||
// info.obsolete ? " obsolete" : "", info.client_pool_total,
|
||||
// info.server_pool_active, info.server_pool_idle,
|
||||
// info.avg_count_tx, info.avg_tx_time, info.avg_count_query,
|
||||
// info.avg_query_time, info.avg_recv_client, info.avg_recv_server);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
@ -115,14 +102,6 @@ static inline void od_cron_stat(od_cron_t *cron)
|
|||
char *prom_log = od_prom_metrics_get_stat(cron->metrics);
|
||||
od_log(&instance->logger, "stats", NULL, NULL, prom_log);
|
||||
od_prom_free(prom_log);
|
||||
// od_log(&instance->logger, "stats", NULL, NULL,
|
||||
// "system worker: msg (%" PRIu64 " allocated, %" PRIu64
|
||||
// " cached, %" PRIu64 " freed, %" PRIu64 " cache_size), "
|
||||
// "coroutines (%" PRIu64 " active, %" PRIu64
|
||||
// " cached) startup errors %" PRIu64,
|
||||
// msg_allocated, msg_cache_count, msg_cache_gc_count,
|
||||
// msg_cache_size, count_coroutine, count_coroutine_cache,
|
||||
// startup_errors);
|
||||
|
||||
/* request stats per worker */
|
||||
int i;
|
||||
|
|
Loading…
Reference in New Issue