Documentation ¶
Index ¶
Constants ¶
View Source
const ( // EventArrivalTime is used to access the metadata stored on a // CloudEvent to measure the time difference between when an event is // received on a broker and before it is dispatched to the trigger function. // The format is an RFC3339 time in string format. For example: 2019-08-26T23:38:17.834384404Z. EventArrivalTime = "knativearrivaltime" // LabelUniqueName is the label for the unique name per stats_reporter instance. LabelUniqueName = "unique_name" // LabelContainerName is the label for the immutable name of the container. LabelContainerName = metrics.LabelContainerName )
Variables ¶
View Source
var ( ContainerTagKey = tag.MustNewKey(LabelContainerName) UniqueTagKey = tag.MustNewKey(LabelUniqueName) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.