Documentation ¶ Index ¶ Constants func NewTimestampOp(opType string) (parser.Params, error) Constants ¶ View Source const ( // TimestampType returns the timestamp of each of the samples of the given // time series as the number of seconds since January 1, 1970 UTC. TimestampType = "timestamp" ) Variables ¶ This section is empty. Functions ¶ func NewTimestampOp ¶ func NewTimestampOp(opType string) (parser.Params, error) NewTimestampOp creates a new timestamp operation. Types ¶ This section is empty. Source Files ¶ View all Source files timestamp.go Click to show internal directories. Click to hide internal directories.