python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Java agent OTel not working with New Relic
I have a Java application running with an OTel agent to collect telemetries and send them to the New Relic platform.
Configuration of OTel Java agent:
-javaagent:./agents/opentelemetry-javaagent-all.j...
Jonathan Henrique Medeiros
Votes: 0
Answers: 2
How to set -javaagent differently?
I need to load a java agent without setting -javaagent. The reason why I need to do this is I have an exe that starts a JVM with command line args specified in a file. This exe filters -javaagent. How...
Code Base
Votes: 0
Answers: 1
Is There any Java agent to monitor the metrices of all JVM running processes in my POD?
I am looking for a java agent to monitor the metrics of all JVM running processes in my POD. I want to collect the metrics for each process like CPU, Memory and forward them to stdout or Splunk. How C...
beingumang
Votes: 0
Answers: 1
How to connect quarkus Kakfa Consumer jar file with JMX Exporter properly?
I am trying to attach the javaagent with my jar file in which I have implemeneted a simple Kafka Consumer in Quarkus. I plan on pushing the consumer-metrics to the specifed port, with the help of the ...
Arnav Singh
Votes: 0
Answers: 1