Documentation
¶
Index ¶
- Constants
- func Init(machineId, hostname, version string)
- type Trace
- func (t *Trace) ClickhouseQuery(query string, error bool, duration time.Duration)
- func (t *Trace) Http2Request(method, path, scheme string, status, grpcStatus l7.Status, ...)
- func (t *Trace) HttpRequest(method, path string, status l7.Status, duration time.Duration)
- func (t *Trace) MemcachedQuery(cmd string, items []string, error bool, duration time.Duration)
- func (t *Trace) MongoQuery(query string, error bool, duration time.Duration)
- func (t *Trace) MysqlQuery(query string, error bool, duration time.Duration)
- func (t *Trace) PostgresQuery(query string, error bool, duration time.Duration)
- func (t *Trace) RedisQuery(cmd, args string, error bool, duration time.Duration)
- func (t *Trace) ZookeeperRequest(op string, args string, status l7.Status, duration time.Duration)
- type Tracer
Constants ¶
View Source
const (
MemcacheDBItemKeyName attribute.Key = "db.memcached.item"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Trace ¶
type Trace struct {
// contains filtered or unexported fields
}
func (*Trace) ClickhouseQuery ¶
func (*Trace) Http2Request ¶
func (*Trace) HttpRequest ¶
func (*Trace) MemcachedQuery ¶
func (*Trace) MongoQuery ¶
func (*Trace) MysqlQuery ¶
func (*Trace) PostgresQuery ¶
func (*Trace) RedisQuery ¶
Click to show internal directories.
Click to hide internal directories.