tiedotguy

Results 27 issues of tiedotguy

If any node in a way is not in the cache, then the cost of the `local_nodes_get_list` becomes the cost of a database access. The difference between a db access...

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...

We should just skip it on arm, it's ran on x64 and doesn't time out.

`github.com/magiconair/properties/assert` should be removed, `github.com/stretchr/testify/assert` is where it's at.

This is a very noisy change, so it lives on its own. Note: there is currently no source of forwarded metrics, it's purely foundational.

Instead of having a per source for metrics queue and a per source for events queue, this unifies it in to a single per host for anything queue. This simplifies...

Probably easiest to just look at 6ca4ea3, it's based off the Datadog backend, with a lot of reused stuff.

Currently changes are tracked in [CHANGELOG.md], including the version, which is a bit of a pain to manage if there's more than 1 thing going on at a time due...

question

This would allow for internal metrics to be monitored from prom. This could be useful when there's a large number of ephemeral hosts, and other backends may not scale as...

feature
good-first-issue