Documentation
¶
Overview ¶
Package frontend is goma service frontend (/cxx-compiler-service/*).
Index ¶
Constants ¶
View Source
const (
// PathPrefix is goma endpoint prefix.
PathPrefix = "/cxx-compiler-service/"
)
Variables ¶
View Source
var ( // DefaultViews are the default views provided by this package. // You need to register he view for data to actually be collected. DefaultViews = []*view.View{ { Name: "go.chromium.org/goma/server/frontend.ping_count_by_useragent", Description: "ping request count by user-agent", TagKeys: []tag.Key{ userAgentCommitHashKey, userAgentCommitTimeKey, }, Measure: pingRequests, Aggregation: view.Count(), }, } )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.