Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ServerLatencyView ... ServerLatencyView = &view.View{ Name: "opencensus.io/http/server/latency", Description: "Latency distribution of HTTP requests", TagKeys: []tag.Key{ochttp.Path}, Measure: ochttp.ServerLatency, Aggregation: ochttp.DefaultLatencyDistribution, } // ServerResponseCountByStatusCode ... ServerResponseCountByStatusCode = &view.View{ Name: "opencensus.io/http/server/response_count_by_status_code", Description: "Server response count by status code", TagKeys: []tag.Key{ochttp.Path, ochttp.StatusCode}, Measure: ochttp.ServerLatency, Aggregation: view.Count(), } )
Functions ¶
Types ¶
type OcPrometheus ¶
OcPrometheus ...
Click to show internal directories.
Click to hide internal directories.