• Skip to main content
  • Skip to secondary menu
  • Skip to primary sidebar
  • Home
  • Contact Us

iHash

News and How to's

  • JBL Flip 6 Portable Bluetooth Speaker (Open Box) for $74

    JBL Flip 6 Portable Bluetooth Speaker (Open Box) for $74
  • Navee V25 300W Foldable e-Scooter for $299

    Navee V25 300W Foldable e-Scooter for $299
  • Smart Tracker Includes Key Ring – Works with Apple Find My App (2-Pack) for $34

    Smart Tracker Includes Key Ring – Works with Apple Find My App (2-Pack) for $34
  • Harmony Premium Plan Lifetime Subscription for $99

    Harmony Premium Plan Lifetime Subscription for $99
  • Lenovo 11.6" 100e Chromebook 2nd Gen (2019) MediaTek MT8173C 4GB RAM 16GB eMMC (Refurbished) for $54

    Lenovo 11.6" 100e Chromebook 2nd Gen (2019) MediaTek MT8173C 4GB RAM 16GB eMMC (Refurbished) for $54
  • News
    • Rumor
    • Design
    • Concept
    • WWDC
    • Security
    • BigData
  • Apps
    • Free Apps
    • OS X
    • iOS
    • iTunes
      • Music
      • Movie
      • Books
  • How to
    • OS X
      • OS X Mavericks
      • OS X Yosemite
      • Where Download OS X 10.9 Mavericks
    • iOS
      • iOS 7
      • iOS 8
      • iPhone Firmware
      • iPad Firmware
      • iPod touch
      • AppleTV Firmware
      • Where Download iOS 7 Beta
      • Jailbreak News
      • iOS 8 Beta/GM Download Links (mega links) and How to Upgrade
      • iPhone Recovery Mode
      • iPhone DFU Mode
      • How to Upgrade iOS 6 to iOS 7
      • How To Downgrade From iOS 7 Beta to iOS 6
    • Other
      • Disable Apple Remote Control
      • Pair Apple Remote Control
      • Unpair Apple Remote Control
  • Special Offers
  • Contact us

Create your own instrumentation with the Java Agent Plugin

Jun 8, 2022 by iHash Leave a Comment


Table of Contents

  • Troubleshooting
    • Still experimental?
    • Correct plugins dir?
    • Jar being loaded?
    • Classes compiled to a more recent version than the JDK?
    • Class loading errors or dependencies missing
    • Other errors vs. what success looks like

Troubleshooting

There are some common problems you might run into when creating your plugin:

Still experimental?

The OpenTelemetry bridge was added in Elastic APM Java Agent version 1.30.0 — so that is the earliest version you can use this plugin mechanism with — and it was initially added as experimental technology. Depending on which version you are using, you may need to have  enable_experimental_instrumentations set. You can check this is on by looking for the following log output from the Elastic APM Java Agent:

INFO co.elastic.apm.agent.configuration.StartupInfo - enable_experimental_instrumentations: 'true' 

Correct plugins dir?

If you are using the plugins_dir option, is it being picked up correctly and do you have the jar you created present in that directory? Look for the following log output from the Elastic APM Java Agent:

INFO co.elastic.apm.agent.configuration.StartupInfo - plugins_dir: '... 

Jar being loaded?

Check to ensure the plugin jar is being loaded. Look for the following log output from the Elastic APM Java Agent:

INFO  co.elastic.apm.agent.bci.ElasticApmAgent - Loading plugin ... 

Classes compiled to a more recent version than the JDK?

If you have compiled the classes to a JDK version that’s more advanced than the JVM you are running, you’ll likely get loading errors. A typical thing to look out for after turning the log level to DEBUG are lines like:

DEBUG co.elastic.apm.agent.util.DependencyInjectingServiceLoader - Skipping …  because it only applies to more recent Java versions and the JVM running this app is too old to load it.

Class loading errors or dependencies missing

Remember that you need all the dependencies in the plugin jar — if some are missing, there will be errors. Make sure you have turned the log level to DEBUG, and search through the output for errors. For example, missing the OpenTelemetry dependency produces this output:

java.lang.Error: Unresolved compilation problems:  
	Tracer cannot be resolved to a type 
	GlobalOpenTelemetry cannot be resolved 
	Span cannot be resolved to a type 

Other errors vs. what success looks like

Make sure you have turned the log level to DEBUG. The output when the plugin is successfully instrumenting should include lines like:

DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation YOUR_PLUGIN_INSTRUMENTATION_CLASS 
DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation  YOUR_PLUGIN_INSTRUMENTATION_CLASS: … matches … 
DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation  YOUR_PLUGIN_INSTRUMENTATION_CLASS: … 

And in particular, you should see the instrumentation working, with output for the tracing you’ve added like:

DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to " TRACE_ID (OBJECT_ID) (REFERENCE_COUNT) 
DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - startTransaction " TRACE_ID (OBJECT_ID) (REFERENCE_COUNT)
DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to 'SPAN NAME' TRACE_ID (OBJECT_ID) (REFERENCE_COUNT)
DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - endTransaction 'SPAN NAME' TRACE_ID (OBJECT_ID) (REFERENCE_COUNT)
DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'SPAN NAME' TRACE_ID (OBJECT_ID) (REFERENCE_COUNT)



Source link

Share this:

  • Facebook
  • Twitter
  • Pinterest
  • LinkedIn

Filed Under: News Tagged With: Agent, create, instrumentation, java, plugin

Special Offers

  • JBL Flip 6 Portable Bluetooth Speaker (Open Box) for $74

    JBL Flip 6 Portable Bluetooth Speaker (Open Box) for $74
  • Navee V25 300W Foldable e-Scooter for $299

    Navee V25 300W Foldable e-Scooter for $299
  • Smart Tracker Includes Key Ring – Works with Apple Find My App (2-Pack) for $34

    Smart Tracker Includes Key Ring – Works with Apple Find My App (2-Pack) for $34
  • Harmony Premium Plan Lifetime Subscription for $99

    Harmony Premium Plan Lifetime Subscription for $99
  • Lenovo 11.6" 100e Chromebook 2nd Gen (2019) MediaTek MT8173C 4GB RAM 16GB eMMC (Refurbished) for $54

    Lenovo 11.6" 100e Chromebook 2nd Gen (2019) MediaTek MT8173C 4GB RAM 16GB eMMC (Refurbished) for $54

Reader Interactions

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

  • Facebook
  • GitHub
  • Instagram
  • Pinterest
  • Twitter
  • YouTube

More to See

Microsoft Sues Hacking Group Exploiting Azure AI for Harmful Content Creation

Jan 11, 2025 By iHash

Apple Arcade launches into 2025 with 10 new games, including PGA TOUR Pro Golf

Jan 11, 2025 By iHash

Tags

* Apple attack attacks Cisco cloud computer security Critical cyber attacks cyber news cybersecurity Cyber Security cyber security news cyber security news today cyber security updates cyber updates data data breach Elastic google hacker hacker news Hackers hacking hacking news how to hack incident response information security iOS 7 iOS 8 iPhone Malware microsoft network security ransomware ransomware malware Secure security security vulnerabilities software vulnerability the hacker news Threat update video vulnerability

Latest

Protecting California's workforce: EDD’s cybersecurity evolution after COVID-19

Protecting California’s workforce: EDD’s cybersecurity evolution after COVID-19

Enhancing cybersecurity resilience and operational efficiency with Elastic The Employment Development Department (EDD) of California plays a vital role in administering essential services, including unemployment insurance, disability insurance, paid family leave, tax collection, and job matching. The onset of COVID-19 and subsequent surge in cyber threats prompted a significant evolution in EDD’s cybersecurity measures, leading […]

Google Project Zero Researcher Uncovers Zero-Click Exploit Targeting Samsung Devices

Jan 10, 2025Ravie LakshmananCybersecurity / Android Cybersecurity researchers have detailed a now-patched security flaw impacting Monkey’s Audio (APE) decoder on Samsung smartphones that could lead to code execution. The high-severity vulnerability, tracked as CVE-2024-49415 (CVSS score: 8.1), affects Samsung devices running Android versions 12, 13, and 14. “Out-of-bounds write in libsaped.so prior to SMR Dec-2024 […]

Latest Product Updates

Latest Product Updates and Features in Logz.io

Introducing Our New Support Help Center We’re thrilled to launch our brand-new and improved Support Help Center, designed to streamline how you interact with our support team and access the resources you need. This enhanced platform empowers users to: Submit and track support tickets, ensuring full visibility into your requests and their progress. Find answers […]

Our longstanding privacy commitment with Siri

At Apple, we are committed to protecting user data, and our products and features are built from the ground up with innovative privacy technologies and techniques. Privacy is a foundational part of the design process, driven by principles that include data minimization, on-device intelligence, transparency and control, and strong security protections that work together to […]

Neglected Domains Used in Malspam to Evade SPF and DMARC Security Protections

Cybersecurity researchers have found that bad actors are continuing to have success by spoofing sender email addresses as part of various malspam campaigns. Faking the sender address of an email is widely seen as an attempt to make the digital missive more legitimate and get past security mechanisms that could otherwise flag it as malicious. […]

5 insights from public sector leaders: Solving organizational challenges with data and AI

5 insights from public sector leaders: Solving organizational challenges with data and AI

Despite the best intentions of many public sector leaders to build data-driven organizations, the reality is that 65% of public sector leaders still struggle to use data continuously in real time and at scale. The upside? Many leaders are taking advantage of AI and generative AI to tackle this critical need. But to reach that […]

Jailbreak

Pangu Releases Updated Jailbreak of iOS 9 Pangu9 v1.2.0

Pangu has updated its jailbreak utility for iOS 9.0 to 9.0.2 with a fix for the manage storage bug and the latest version of Cydia. Change log V1.2.0 (2015-10-27) 1. Bundle latest Cydia with new Patcyh which fixed failure to open url scheme in MobileSafari 2. Fixed the bug that “preferences -> Storage&iCloud Usage -> […]

Apple Blocks Pangu Jailbreak Exploits With Release of iOS 9.1

Apple has blocked exploits used by the Pangu Jailbreak with the release of iOS 9.1. Pangu was able to jailbreak iOS 9.0 to 9.0.2; however, in Apple’s document on the security content of iOS 9.1, PanguTeam is credited with discovering two vulnerabilities that have been patched.

Pangu Releases Updated Jailbreak of iOS 9 Pangu9 v1.1.0

  Pangu has released an update to its jailbreak utility for iOS 9 that improves its reliability and success rate.   Change log V1.1.0 (2015-10-21) 1. Improve the success rate and reliability of jailbreak program for 64bit devices 2. Optimize backup process and improve jailbreak speed, and fix an issue that leads to fail to […]

Activator 1.9.6 Released With Support for iOS 9, 3D Touch

  Ryan Petrich has released Activator 1.9.6, an update to the centralized gesture, button, and shortcut manager, that brings support for iOS 9 and 3D Touch.

Copyright iHash.eu © 2025
We use cookies on this website. By using this site, you agree that we may store and access cookies on your device. Accept Read More
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT