Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gostatsd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ale
gostatsd
Graph
33570415ac9a43d2fb4033b35b058fec3d93667b
Select Git revision
Branches
1
master
default
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
2
Dec
20
Oct
30
Apr
28
Nov
27
21
Mar
19
1
26
Sep
25
24
28
Jul
27
2
Jun
25
Apr
17
16
15
Add golang-go dependency
master
master
Add Debian package metadata and set up CI
make the GraphiteClient reconnect on error
Merge pull request #2 from RangelReale/protocol-fix
* Remove redundant code
* Return error on MetricSenderFunc
* Allows lines not ending in \n, as it is not required by the protocol
Merge branch 'master' of github.com:kisielk/gostatsd
Update godoc URL
Merge pull request #1 from paulhammond/master
Update import path for cmd
Use cmd.go for the console. Reworked flag parsing.
Updated README.md
Renamed to NEWS.md for github rendering
Added NEWS file
Minor doc updates
Updated README
Initialize MetricAggregator in NewMetricAggregator instead of Aggregate
Fixed a bug wherein the receive buffer was reused in message handlers
Added a web console server
Simplified reset, better error handling on receive.
Added a simple program for testing the statsd
Removed thresholding functionality, simplified the receiver, added tests.
Simplify, remove thresholds
Added package and metric object docs
Fixed documentation typo
Documented console.go
More documentation
Moved stub server function to gostatsd.go main
Fixed aggregator creation and metric receiving
Cleaned up console code, fixed bugs with empty command
Made code more idiomatic Go. Split in to modules
Removed dead code
Ignore executable artifacts
Documented the stuff in receiver.go
Separated out a MetricReceiver type and created an example
Removed unused graphiteServer variable
Made the flush interval configurable
Made localhost the default graphite server
Added command-line options for configuring the server
Loading