gostatsd
gostatsd copied to clipboard
An implementation of Etsy's statsd in Go with tags support
Bumps alpine from 3.15.4 to 3.16.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps alpine from 3.15.4 to 3.16.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.42.30 to 1.44.70. Release notes Sourced from github.com/aws/aws-sdk-go's releases. Release v1.44.70 (2022-08-04) Service Client Updates service/chime-sdk-meetings: Updates service API and documentation service/config: Updates service API service/dms: Updates...
Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.27.1 to 1.28.1. Release notes Sourced from google.golang.org/protobuf's releases. v1.28.1 This release contains protoc-gen-go binaries for arm64. Notable changes since v1.28.0: CL/418677: internal/impl: improve MessageInfo.New performance CL/411377:...
One of my customers uses `gostatsd` in a configuration where each EC2 instance has a `gostatsd` instance colocated with a single application instance. The application instance and `gostatsd` communicate with...
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.17.3 to 0.24.3. Commits 97e5df2 fix remove implicit copy of a lock 6550efd Merge pull request #109102 from liggitt/darwin-tls 00f0711 Merge pull request #109031 from Jefftree/openapiv3beta 53a85ef...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.17.3 to 0.24.3. Commits ee1a5aa Update dependencies to v0.24.3 tag 686b396 Revert "Introduce APIs to support multiple ClusterCIDRs (#108290)" af4295f Merge pull request #109114 from tkashem/client-go-retry-thread-safe d8531f5...
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.17.3 to 0.24.3. Commits 2325aaa Update dependencies to v0.24.3 tag 0bf1867 Revert "Introduce APIs to support multiple ClusterCIDRs (#108290)" 2de6996 Merge pull request #109241 from ravisantoshgudimetla/sts-ar-optional 7734d26...
https://github.com/DataDog/datadog-go/pull/250 https://docs.datadoghq.com/developers/dogstatsd/datagram_shell/?tab=metrics&tabs=metrics#dogstatsd-protocol-v12 tl;dr datadog added an extra field on their line protocol, which their client adds unless you actively stop it /sigh We need to parse it in to the...