Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from statsd:master #1

Open
wants to merge 265 commits into
base: master
Choose a base branch
from
Open

Conversation

pull[bot]
Copy link

@pull pull bot commented Dec 30, 2020

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

Ben Burry and others added 30 commits September 22, 2014 17:34
Setting keyNameSanitize to false pushes the requirement of sanitizing
key names to the backends. This permits backends that have less strict
character set requirements to take advantage of an expanded stat name
character set. The default behavior remains the same as collisions in
key name space are not handled if two different stat names map to the
same sanitized key name.
…ponsibility of each backend developer to take care for sanitization
Pretty was using an invalid invocation of util.inspect(). Perhaps it was
valid pre-v0.10, but inspect now takes an options object.
Added InfluxDB (assuming alphabetical order)
add netuitive backend to backends.md
Add node-bell to statsd backend list
Fix prettyprint option for console backend
Validate negative sampling
Describe timer sample rate in metric_types docs. Fixes #435
elliotblackburn and others added 7 commits July 9, 2020 19:50
Correct spelling mistake in backend.md
* support for tagged metrics
* decode datadog tag format
* don't replace tagging characters when sanitizing graphite metric names
When this was being set to the startup_time it was causing confusion
with users of the admin panel, leading people to believe there had
been an exception which wasn't being logged. Since no exceptions are
occuring, a 0 initialisation seems reasonable here.
@pull pull bot added ⤵️ pull merge-conflict Resolve conflicts manually labels Dec 30, 2020
timgates42 and others added 21 commits December 27, 2021 21:43
There are small typos in:
- docs/graphite.md
- docs/metric_types.md
- exampleConfig.js
- examples/python_example.py
- proxy.js

Fixes:
- Should read `occurrences` rather than `occurences`.
- Should read `undefined` rather than `undefinded`.
- Should read `signifying` rather than `signfying`.
- Should read `retrieves` rather than `retreives`.
- Should read `retrieved` rather than `retreived`.
- Should read `resources` rather than `recources`.
- Should read `metric` rather than `mertric`.
The Docker Compose syntax has changed since this file was added. This makes the configuration actually work with modern docker-compose.
Fixed docker-compose configuration for 2
Images are published to dockerhub and ghcr as documented in the action file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⤵️ pull merge-conflict Resolve conflicts manually
Projects
None yet
Development

Successfully merging this pull request may close these issues.