issues
search
acquia
/
statsgod
A Statsd implementation written in GO lang
Apache License 2.0
119
stars
8
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support histograms
#100
fcantournet
opened
7 years ago
1
Go vet is now bundled.
#99
kevinhankens
opened
8 years ago
0
Prevent a panic from trying to call .Close() on a NilConn
#98
korvus81
opened
8 years ago
1
Concurrency and data corruption
#97
jjneely
opened
8 years ago
3
InfluxDB
#96
bscott
opened
8 years ago
1
Ready for production ? release
#95
fcantournet
closed
8 years ago
1
Adding public travis-ci
#94
jfarrell
closed
8 years ago
0
Updating license info
#93
jfarrell
closed
8 years ago
1
Minor doc updates.
#92
kevinhankens
closed
8 years ago
0
gom build fails unless yaml is already installed
#91
kenney
closed
8 years ago
1
The SIGTERM test started killing the test itself.
#90
kevinhankens
closed
9 years ago
0
Why is statsgod cooler than gostatsd?
#89
cpliakas
closed
8 years ago
3
Ensure _vendor dependencies are included with GOPATH
#88
jfarrell
closed
8 years ago
0
Improving string performance.
#87
kevinhankens
closed
9 years ago
1
Slight change in the order of docker args.
#86
kevinhankens
closed
9 years ago
0
Dockerfile for statsgod development
#85
jfarrell
closed
9 years ago
0
Adding prerm script to stop the statsgod service and protect against an abandoned sock file.
#84
kevinhankens
closed
9 years ago
0
Build and test using go 1.4.
#83
kevinhankens
closed
9 years ago
0
Version increment.
#82
kevinhankens
closed
9 years ago
0
Reworking some flow for better testability for 100% coverage.
#81
kevinhankens
closed
9 years ago
0
Adding sample rate magnification.
#80
kevinhankens
closed
9 years ago
0
Remove runtime code from the main package to better test
#79
kevinhankens
closed
9 years ago
0
Update Gom dependencies for vet and cover, code.google.com -> golang.org...
#78
beejeebus
closed
9 years ago
2
Refactoring prefix handling and adding suffix feature.
#77
kevinhankens
closed
9 years ago
0
Prefixes and Suffixes (For Ongoing Review Only)
#76
kevinhankens
closed
9 years ago
0
Combined PR for #62 (namespace prefixes), #71 (authentication) and #74 (reload config)
#75
kevinhankens
closed
9 years ago
0
Reload configuration when a signal is received.
#74
kevinhankens
closed
9 years ago
0
Revising the init script for backwards compatibility.
#73
kevinhankens
closed
9 years ago
0
Fix packaging to work with lucid
#72
jfarrell
closed
9 years ago
0
Authentication for incoming metrics.
#71
kevinhankens
closed
9 years ago
0
Provide optional authorization for metrics sent
#70
kevinhankens
closed
9 years ago
3
Chmod the log and run dirs on init to match puppet.
#69
kevinhankens
closed
9 years ago
0
Start the daemon as the statsgod user.
#68
kevinhankens
closed
9 years ago
0
Issue #26 allow multiple percentile calculations.
#67
kevinhankens
closed
9 years ago
0
Decide how to handle a situation where the daemon crashes
#66
kevinhankens
closed
9 years ago
4
Research statsd traffic on heavy-use machines to determine performance requirements
#65
kevinhankens
closed
8 years ago
0
Use an enum instead of a string for internal metric types.
#64
kevinhankens
closed
9 years ago
0
Issue #50 allow multiple metrics to be sent in a UDP packet separated by a newline character.
#63
kevinhankens
closed
9 years ago
0
Issue #53 add a configurable global/type prefix to namespace metrics before relaying.
#62
kevinhankens
closed
9 years ago
1
Issue #54 implement a 'set' metric type to count unique values.
#61
kevinhankens
closed
9 years ago
0
Testing longer metric strings as well as empty metrics.
#60
kevinhankens
closed
9 years ago
0
Consider support for multiple simultaneous relays
#59
kevinhankens
closed
8 years ago
0
Create a flat file relay for local storage
#58
kevinhankens
opened
9 years ago
0
Create a spool file in case the remote relay is unavailable
#57
kevinhankens
opened
9 years ago
0
Create a "statsgod relay" backend
#56
kevinhankens
opened
9 years ago
0
Support incrementing/decrementing gauges
#55
kevinhankens
opened
9 years ago
0
Support "set" metric types that track the unique values between flushes
#54
kevinhankens
closed
9 years ago
2
Create configurable global/type namespace prefixes
#53
kevinhankens
closed
9 years ago
2
Adding a utility to compare loadtest input with parsed statsgod output to verify all metrics were received properly.
#52
kevinhankens
closed
9 years ago
0
Improving the tests around the connection pool and relays.
#51
kevinhankens
closed
9 years ago
0
Next