Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface sharedb

This plugin automatically instruments the sharedb module.

Hierarchy

  • Integration
    • sharedb

Index

Properties

Properties

Optional enabled

enabled: undefined | false | true

Whether to enable the plugin.

default

true

Optional hooks

hooks: undefined | { receive?: undefined | ((span?: Span, request?: any) => any); reply?: undefined | ((span?: Span, request?: any, response?: any) => any) }

Hooks to run before spans are finished.

Optional service

service: string | any

The service name to be used for this plugin.

Generated using TypeDoc