de ville weppenaar

Results 15 issues of de ville weppenaar

We use a custom [winston](https://github.com/winstonjs/winston) transport to log errors to Trace (see below). `reportError` only supports passing instances of `Error`, so we pass on the error if we have one,...

Idea

In this PR we expose the LookupResults params field to be accessible to external code. This is to ultimately allow us to instrument `httptreemux` to add support for Datatdog APM....

We would like to be able to instrument httptreemux for observability with Datadog, similar to what was done for [julienschmidt/httprouter](https://github.com/julienschmidt/httprouter) in [DataDog/dd-trace-go/contrib/julienschmidt/httprouter/httprouter.go](https://github.com/DataDog/dd-trace-go/blob/main/contrib/julienschmidt/httprouter/httprouter.go). In short, in order to build the Datadog...

With Twitter removing support for TLS versions prior to 1.2, I wanted to confirm that no changes would be required to node-twitter. Here's a link to the announcement post from...

**Version of dd-trace-go** v1.59.1 (and newer) **Describe what happened:** This issue is specific to `contrib/dimfeld/httptreemux.v5` and related to #2293. From the description of #2293: > The dimfeld/httptreemux router has logic...

bug
apm:ecosystem
ack

The httptreemux router has a redirect behaviour that is invoked when a request URL and matched route only differs in a trailing slash. The default behaviour is to respond with...

apm:ecosystem

The resulting JSON for the `checkly.Check` struct contains `null` values for slice values that are not provided. Examples of this are: - `Check.Locations` - `Check.EnvironmentVariables` - `Check.Tags` - `Request.Headers` -...

type: bug

The `AlertSettings` field of the `Check` struct is currently a struct. The result is that when this field is omitted, the resulting JSON still contains the value. This is not...

type: bug

Currently we set many of the namespace values to `.Release.Namespace`. We should allow users to override the namespace by setting `.Values.namespaceOverride` so that they can specify a different namespace for...

Currently we use the default value for the `RedisURL` set to: ```yaml config: # redisURL sets the Redis connection URL redisURL: "redis://{{ .Release.Name }}-redis-master:6379" ``` This works until you specify...