This website requires JavaScript.
Explore
Help
Sign In
CL-Softwares
/
telegraf
Watch
8
Star
0
Fork
You've already forked telegraf
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fd2463e981
telegraf
/
metric
/
init.go
8 lines
101 B
Go
Raw
Blame
History
package
metric
import
"encoding/gob"
func
Init
(
)
{
gob
.
RegisterName
(
"metric.metric"
,
&
metric
{
}
)
}
Reference in New Issue
View Git Blame
Copy Permalink