Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ReportURL is the url for the report json handler ReportURL = handler.RoutePrefixV1 + "/json/report" // ReportHTTPMethod is the HTTP method used with this resource. ReportHTTPMethod = http.MethodPost )
Variables ¶
This section is empty.
Functions ¶
func NewReportHandler ¶
func NewReportHandler( reporter reporter.Reporter, encoderPool serialize.TagEncoderPool, decoderPool serialize.TagDecoderPool, instrumentOpts instrument.Options, ) http.Handler
NewReportHandler returns a new instance of the report handler.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.