stuart nelson

Results 8 issues of 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...

enhancement
automation
test

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: ![image](https://user-images.githubusercontent.com/1398104/161281109-0ac99a0e-7243-486c-86c2-94ff07d212f1.png) These values should be validated before...

enhancement

closes #1140

agent-go

Compare span type/subtype naming within agent-go and confirm it conforms with https://github.com/elastic/apm/pull/443

agent-go

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

agent-go

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

area/performance
help wanted
component/storage

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