package
Version:
v4.0.4
Opens a new window with list of versions in this module.
Published: Jun 6, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package runtime collects runtime metrics, if included.
package main
import(
"github.com/bsm/rucksack/met"
_ "github.com/bsm/rucksack/met/runtime"
)
func main() {
sleep := make(chan struct{})
<-sleep
}
Run with:
MET_NAME=myapp MET_RUNTIME=mem,heap,gc go run main.go
Source Files
¶
Click to show internal directories.
Click to hide internal directories.