Damien Mathieu
Damien Mathieu
The jaeger protocol has been deprecated by the jaeger project, and they now recommend using OpenTelemetry and OTLP rather than their own clients. Otel itself has recently removed all jaeger...
This is a follow-up to #7842. We should rerun the GCP benchmarks using N2 instances, and update the document accordingly.
We should be replacing the apmsoak in apm-server with the one in apm-perf, as apm-perf's packages are now internal. _Originally posted by @axw in https://github.com/elastic/apm-perf/issues/15#issuecomment-1730599103_
We currently use the internal apm-agent-go library for self-instrumentation of this service. We should migrate to OpenTelemetry, so we can support sending this self instrumentation data in OTLP format. We...
**Describe the bug** Apologies if this is the wrong repository for reporting this issue. I am happy to recreate it elsewhere is necessary. When running Elasticsearch, Kibana and APM-Server locally,...
All Data Stream tests are currently disabled. We need to fix them and reenable them.
Kerberos configuration isn't setup in tests. We need to bring it back and reenable the tests.
To smoothen the migration, all tests are currently ignoring invalid/self-signed certificates. We need to get the generated certificate and validate it within the tests.
**Is your feature request related to a problem? Please describe.** Open-source packages currently using this agent recommend customers to use environment variables to configure their instrumentation. See https://www.elastic.co/guide/en/apm/agent/go/current/configuration.html We should...
It would be nice to have better getting started documentation. How to install the connector, set it up and start using it.