frostfs-node/cmd/neofs-node
Alex Vanin 7131e6f339 [#426] cmd/neofs-node: Fix metric option in local storage
`WithMetrics` can't make nil check without reflection so we
have to explicitly check if metrics enabled outside of
engine constructor.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-03-17 10:58:00 +03:00
..
accounting.go [#83] services: Remove setting of meta header from executing services 2020-10-23 10:54:48 +03:00
attributes.go [#362] cmd/node: Use const key to UN/LOCODE attribute from the API lib 2021-02-11 14:01:35 +03:00
cache.go [#419] cmd/node: Cache network maps read from sidechain 2021-03-04 16:33:29 +03:00
config.go [#426] cmd/neofs-node: Fix metric option in local storage 2021-03-17 10:58:00 +03:00
container.go [#422] pkg/services: Cache clients by address only 2021-03-15 14:07:53 +03:00
control.go [#401] control: Serve DropObjects RPC 2021-02-24 13:07:53 +03:00
grpc.go [#323] cmd/node: Compose functions for closing components in app 2021-01-18 18:53:39 +03:00
main.go [#426] cmd/neofs-node: Add metrics collector in node 2021-03-17 10:58:00 +03:00
metrics.go [#426] Put prometheus behind pkg/metrics 2021-03-17 10:58:00 +03:00
morph.go [#419] cmd/node: Cache network maps read from sidechain 2021-03-04 16:33:29 +03:00
netmap.go [#398] cmd/node: Serve NetmapService.NetworkInfo RPC 2021-02-19 19:16:40 +03:00
object.go [#426] Put prometheus behind pkg/metrics 2021-03-17 10:58:00 +03:00
pprof.go [#68] Add go pprof to neofs-storage 2020-10-02 19:47:08 +03:00
session.go [#83] services: Remove setting of meta header from executing services 2020-10-23 10:54:48 +03:00
worker.go [#108] cmd/neofs-node: Listen new epoch notifications from morph 2020-10-21 14:42:51 +03:00