package
0.1.17
Repository: https://github.com/byteplus-sdk/sdk-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Counter description: Store tagKvs should be formatted as "key:value" example: counter("request.count", 1, "method:user", "type:upload").
No description provided by the author
EnableMetrics if not set, will not report metrics.
EnableMetricsLog if not set, will not report metrics logs.
No description provided by the author
No description provided by the author
No description provided by the author
Latency The unit of `begin` is milliseconds example: latency("request.latency", startTime, "method:user", "type:upload") description: Store tagKvs should be formatted as "key:value".
Meter description: - meter(xx) = counter(xx) + rateCounter(xx.rate) - Store tagKvs should be formatted as "key:value" example: rateCounter("request.count", 1, "method:user", "type:upload").
No description provided by the author
No description provided by the author
RateCounter description: Store tagKvs should be formatted as "key:value" example: rateCounter("request.count", 1, "method:user", "type:upload").
Store description: Store tagKvs should be formatted as "key:value" example: store("goroutine.count", 400, "ip:127.0.0.1").
Timer The unit of `value` is milliseconds example: timer("request.cost", 100, "method:user", "type:upload") description: Store tagKvs should be formatted as "key:value".
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithReportInterval set the interval of reporting metrics.

# Variables

No description provided by the author

# Structs

No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author