diff --git a/internal/proxy/app_conn.go b/internal/proxy/app_conn.go index 52c5c82a0..7753a44b2 100644 --- a/internal/proxy/app_conn.go +++ b/internal/proxy/app_conn.go @@ -138,7 +138,7 @@ func (app *appConnMempool) Error() error { } func (app *appConnMempool) FlushAsync(ctx context.Context) (*abciclient.ReqRes, error) { - defer addTimeSample(app.metrics.MethodTiming.With("method", "flush", "type", "sync"))() + defer addTimeSample(app.metrics.MethodTiming.With("method", "flush", "type", "async"))() return app.appConn.FlushAsync(ctx) }