stuart nelson
stuart nelson
Recent releases of apm-server come bundled with the java-attacher.jar, which the apm-server can be configured to launch as a subprocess. Create automated tests to verify that this works on the...
Supported TLS protocol versions is currently an unverified text-entry field, which allows users to enter incorrect values and prevent their apm-server from starting:  These values should be validated before...
Compare span type/subtype naming within agent-go and confirm it conforms with https://github.com/elastic/apm/pull/443
Following up from the initial work in https://github.com/elastic/apm-agent-go/pull/933, add support for configuring message queues to be ignored when instrumenting RPC calls to AWS SQS. Spec description can be found [here](https://github.com/elastic/apm/blob/master/specs/agents/tracing-instrumentation-messaging.md#ignore_message_queues-configuration).
making this an optional flag makes testing against local mock APN servers easier. sorry about some of the formatting noise, gofmt automatically runs when I save a file.
Currently, every alert received via the API is sent directly to the internal memory store for alerts: API: https://github.com/prometheus/alertmanager/blob/8ca1f66a2dd4bd97c1db9602342e6c4a135d5459/api/v2/api.go#L348 Memory store: https://github.com/prometheus/alertmanager/blob/8ca1f66a2dd4bd97c1db9602342e6c4a135d5459/provider/mem/mem.go#L149-L180 Every set locks the internal store, which can...
requested in #44 This is a work-in-progress, but because I'm a very green rust developer, I'm opening the PR so I can get some help/direction (edits from maintainers is allowed,...
Companion PR to https://github.com/syncthing/syncthing/pull/10097
The current wall of yaml on the status page is relatively unhelpful. The config is also sent to the status page as JSON. We could parse this and then provide...