Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClientStatsHandler ¶
NewClientStatsHandler creates a new stats.Handler instance for measuring application performances with New Relic.
func NewGatewayStatsHandler ¶
NewGatewayStatsHandler creates a new stats.Handler instance for measuring application performances with New Relic.
func NewServerStatsHandler ¶
func NewServerStatsHandler(app *newrelic.Application, opts ...Option) stats.Handler
NewServerStatsHandler creates a new stats.Handler instance for measuring application performances with New Relic.
Types ¶
type Option ¶
Option is a function for building configurations object for an interceptor
func WithIgnoredCodes ¶
WithIgnoredCodes receives codes to get newrelic to ignore them
func WithIgnoredMethods ¶
WithIgnoredMethods receives full method names to get newrelic to ignore them
func WithIgnoredServices ¶
WithIgnoredServices receives service names to get newrelic to ignore them
Click to show internal directories.
Click to hide internal directories.