Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppStats

Small simple library to implment some application statistics and sending of these statistics to Influx for Graphing in Grafana.

Usage:

	AppStats.Go(AppStats.Config{Version: "v0.0.1",
		Hostname:        "Host Name",
		Environment:     "Development",
		EnvironmentType: "Development",
		InfluxURL:       "http://my.influxdburl.com:8086/write?db=AppStats",
		Project:         "My Project Name",
		UpdateFrequency: 15 * time.Second,
	})

About

Small simple library to implment some application statistics and sending of these statistics to Influx for Graphing in Grafana.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages