Matt Casper

Results 9 issues of Matt Casper

Trying to provide a clean API that has lots of optional fields is pretty verbose right now, as was made clear by service checks, not to mention all the options...

Options like sample_rate, hostname, timestamp, etc. We have a lot of missing options

Might be nice to offer a `batch` block, so that multiple metrics that are sent together frequently can be batched into one packet

This is a proposed solution to https://github.com/vectordotdev/vector/issues/13379 This PR introduces a `file_descriptor` source which is a generalized version of the stdin source that can read from any file descriptor. To...

domain: topology
domain: sources
domain: external docs

This allows users to define complete typespecs for their Version modules, without dialyzer (correctly) complaining about ``` :0:unknown_type Unknown type: ExAudit.Type.Action.t/0. :0:unknown_type Unknown type: ExAudit.Type.Patch.t/0. :0:unknown_type Unknown type: ExAudit.Type.Schema.t/0. ```

When running tests in a multithreaded environment (like running tests against a webserver), currently the only way to ensure that your test database is clean across threads is to drop/truncate...

enhancement

The latest (published) graphql spec standardized an `extensions` key in the response format of graphql errors for optionally sending additional information about the error. The value of the extensions key...

This adds a `t()` typespec definition to the `__using__` macro in Arc.Ecto.Defintion, so that users can generate complete typespecs for their ecto schemas that include an arc definition.

We currently truncate the error's description in ruby, which means that when the description is expanded with Javascript, we still end up with truncated text: We probably want to use...