frostfs-node/cmd/frostfs-node
Evgenii Stratonikov e604a3d749 [#607] *: Use zap.Stringer() where possible
Semantic patch:
```
@@
var f expression
var t expression
var a expression
@@
 f(
    ...,
-    zap.String(t, a.String()),
+    zap.Stringer(t, a),
    ...,
)
```

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2023-08-17 16:50:02 +00:00
..
config [#421] Try using badger for the write-cache 2023-08-07 08:16:57 +00:00
accounting.go [#460] services/util: Remove `HandleUnaryRequest` 2023-06-21 17:07:56 +03:00
attributes.go Rename package name 2023-03-07 16:38:26 +03:00
cache.go [#585] fstree: Add optional file counter 2023-08-16 14:47:44 +03:00
closer.go [#1868] Reload config for pprof and metrics on SIGHUP 2023-02-20 13:53:27 +03:00
config.go [#565] Add metrics for current GRPC endpoint status 2023-08-10 16:37:49 +00:00
container.go [#460] services/util: Remove `HandleUnaryRequest` 2023-06-21 17:07:56 +03:00
control.go [#424] metrics: Drop embedded metrics 2023-06-14 14:53:32 +03:00
grpc.go [#607] *: Use zap.Stringer() where possible 2023-08-17 16:50:02 +00:00
httpcomponent.go [#168] node: Refactor node config 2023-03-31 09:32:59 +03:00
keyspaceiterator.go [#498] policer: Explicitly Rewind() iterator after finish 2023-07-07 14:52:33 +00:00
main.go [#537] node: Add runtime.memory_limit config parameter 2023-07-25 17:27:09 +03:00
metrics.go [#412] node: Replace metrics package 2023-06-01 13:23:11 +00:00
morph.go [#424] morph: Fix cache metrics 2023-06-14 18:26:19 +03:00
netmap.go [#162] core: Move literals to constants 2023-08-11 15:48:42 +03:00
notificator.go [#373] metabase: Add metrics 2023-06-21 15:13:26 +03:00
object.go [#463] policer: Remove capacity rebalance logic 2023-07-18 10:52:12 +00:00
pprof.go [#39] node: Add optional profilers 2023-05-12 15:49:04 +03:00
runtime.go [#537] node: Add runtime.memory_limit config parameter 2023-07-25 17:27:09 +03:00
session.go [#460] services/util: Remove `HandleUnaryRequest` 2023-06-21 17:07:56 +03:00
tracing.go [#412] node: Replace tracing package 2023-06-01 13:23:11 +00:00
tree.go [#449] tree: Allow reading requests signed by keys from allow list 2023-06-23 14:44:19 +03:00
validate.go [#1] node: Use a proper validation of a substorage type 2023-06-28 12:13:20 +00:00
validate_test.go [#125] cmd: Refactor `internal/common/viper` 2023-04-26 13:53:51 +03:00
worker.go [#168] node: Refactor node config 2023-03-31 09:32:59 +03:00