Questions tagged [elastic-apm]

Elastic APM is an application performance monitoring system built on the Elastic Stack. It allows you to monitor software services and applications in real time — collect detailed performance information on response time for incoming requests, database queries, calls to caches, external HTTP requests, and more.

Elastic APM is an application performance monitoring system built on the Elastic Stack. It allows you to monitor software services and applications in real time — collect detailed performance information on response time for incoming requests, database queries, calls to caches, external HTTP requests, and more. Find more information at official product page

151 questions
5
votes
0 answers

Spring Cloud Sleuth with Elastic APM

Is it possible of providing the Tracers and Spans of Spring Cloud Sleuth (for a Webflux project) to Elastic APM? I've seen a discussion of the issue here in the context of Spring Webflux. And here in the context of Spring Cloud Sleuth.
5
votes
1 answer

How do I set up Elastic Node APM distributed tracing to work with Kafka and multiple Node services?

I'm using Kafka for a queue, with Node services producing and consuming messages to Kafka topics using Kafka-Node. I've been using a home-brewed distributed tracing solution, but now we are moving to the Elastic APM. This seems to be tailored to…
Boris K
  • 3,442
  • 9
  • 48
  • 87
4
votes
2 answers

Elastic + APM Not Found (":[{\"type\":\"resource_not_found_exception\",\"reason\":\"index template matching [logs-apm.error] not found\"}]

What I would like to achieve: 1: Spin up a local insecure Elasticsearch with version >8.6 (which enforces security by default, but this is for testing only, I understand the risks) 2: Set up an insecure instance of APM Server talking to the…
PatPanda
  • 3,644
  • 9
  • 58
  • 154
3
votes
3 answers

Spring Boot Webflux + Elastic APM Monitoring

I am currently new to Elastic APM. I am currently developing an application using spring-webflux and want to monitor my application using Elastic APM, but unfortunately, it's not working for me. Dependecies
Atul
  • 133
  • 3
  • 12
3
votes
1 answer

How to manage dependencies for javaagent?

I am using elastic apm agent for monitoring, I have to download the apm-agent.jar and included it in my start entry point like java -javaagent:/path/to/apm-agent.jar app.jar. The problem is I have to manually download the apm-agent.jar, is there a…
Jakim
  • 1,713
  • 7
  • 20
  • 44
3
votes
0 answers

Elastic APM - Linking to transaction logs

I am using the elastic apm java agent to publish tracing information to an elastic apm server. I am setting the enable_log_correlation property to true which makes the span, trace and transaction ids available in the MDC and using logstash to…
adeelmahmood
  • 2,371
  • 8
  • 36
  • 59
2
votes
2 answers

Send manual OTLP/HTTP (opentelemetry) request to Elastic APM via cURL/Postman

I'm trying to manually send an OTLP/HTTP trace event to Elastic APM (in Elastic Cloud) via Postman. I've managed to find some JSON examples of OTLP trace requests to produce the following cURL request: curl --location --request POST…
2
votes
1 answer

Increase tags value maxLength of Elastic APM server

I have set up an elastic search 8.x and I am sending data from a Java native open telemetry agent. All the connection work but, when sending large data, elasticsearch truncated the tag's value to 1024 characters. I do not have the problem when using…
Benoît Verhaeghe
  • 612
  • 1
  • 6
  • 21
2
votes
0 answers

Elastic Agent with Fleet Server in Docker fails with "Error: request to get security token from Kibana failed: Forbidden: %!w()"

We are running all our test/staging/production Elastic workloads off Elastic Cloud, but for local development we use Docker for running Elastic, Kibana and APM Server. APM Server has been flagged as deprecated, so we want to move to using Elastic…
2
votes
1 answer

is it possible to send custom metrics using metricbeats?

I have a python application from which i want to send some custom metrics to my elastic search. An example use case can be when a user does the delete data operation on the application (and this would not be an api call). I am already using…
udit
  • 101
  • 3
  • 17
2
votes
1 answer

no data in elastic apm for nodejs application

I am trying to setup elastic apm for nodejs application. I followed the example explained in integration page of elk. var apm = require('elastic-apm-node').start({ // Override the service name from package.json // Allowed characters: a-z, A-Z,…
dead programmer
  • 4,223
  • 9
  • 46
  • 77
2
votes
1 answer

Expose Elastic APM through Ingress Controller

I have deployed elastic APM server into kubernetes and was trying to expose it through nginx ingress controller. Following is my configuration: --- apiVersion: v1 kind: ConfigMap metadata: namespace: elastic name: apm-server-config labels: …
2
votes
2 answers

How do I connect a Java APM aget to a APM server when the Java APM agent is running in Docker?

I want to run a Java APM agent inside Docker In the docker component I get following error message: 2021-08-23 08:13:52,481 [elastic-apm-server-healthcheck] WARN co.elastic.apm.agent.report.ApmServerHealthChecker - Elastic APM server…
stein korsveien
  • 1,047
  • 5
  • 13
  • 35
2
votes
1 answer

POST https://apm..com/intake/v2/rum/events net::ERR_BLOCKED_BY_CLIENT

I have an elastic stack on kubernetes (k8s) using ECK. Kibana version: 7.13.2 Elasticsearch version: 7.13.2 APM Server version: 7.13.2 APM Agent language and version: https://www.npmjs.com/package/@elastic/apm-rum - 5.9.1 Browser version: Chrome…
Kay
  • 17,906
  • 63
  • 162
  • 270
2
votes
1 answer

Tomcat Service not starting with elastic APM java agent

I am trying to start tomcat service in linux with elastic APM agent (java). But every time I start the service, getting these errors SEVERE: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component…
1
2 3
10 11