Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/newrelic-experimental/newrelic-java-adobe-aem
Provides instrumentation for Adobe AEM along with its underlying frameworks
https://github.com/newrelic-experimental/newrelic-java-adobe-aem
adobe-aem aem extensions instrumentation java nrlabs nrlabs-data nrlabs-odp observability observability-data
Last synced: about 2 months ago
JSON representation
Provides instrumentation for Adobe AEM along with its underlying frameworks
- Host: GitHub
- URL: https://github.com/newrelic-experimental/newrelic-java-adobe-aem
- Owner: newrelic-experimental
- Created: 2024-02-12T14:03:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-13T13:19:40.000Z (10 months ago)
- Last Synced: 2024-04-16T19:00:31.390Z (9 months ago)
- Topics: adobe-aem, aem, extensions, instrumentation, java, nrlabs, nrlabs-data, nrlabs-odp, observability, observability-data
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![GitHub forks](https://img.shields.io/github/forks/newrelic-experimental/newrelic-java-adobe-aem/?style=social)
![GitHub stars](https://img.shields.io/github/stars/newrelic-experimental/newrelic-java-adobe-aem/?style=social)
![GitHub watchers](https://img.shields.io/github/watchers/newrelic-experimental/newrelic-java-adobe-aem/?style=social)![GitHub all releases](https://img.shields.io/github/downloads/newrelic-experimental/newrelic-java-adobe-aem/total)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/newrelic-experimental/newrelic-java-adobe-aem)
![GitHub last commit](https://img.shields.io/github/last-commit/newrelic-experimental/newrelic-java-adobe-aem)
![GitHub Release Date](https://img.shields.io/github/release-date/newrelic-experimental/newrelic-java-adobe-aem)![GitHub issues](https://img.shields.io/github/issues/newrelic-experimental/newrelic-java-adobe-aem)
![GitHub issues closed](https://img.shields.io/github/issues-closed/newrelic-experimental/newrelic-java-adobe-aem)
![GitHub pull requests](https://img.shields.io/github/issues-pr/newrelic-experimental/newrelic-java-adobe-aem)
![GitHub pull requests closed](https://img.shields.io/github/issues-pr-closed/newrelic-experimental/newrelic-java-adobe-aem)
# newrelic-java-adobe-aem
This repository contains the necessary instrumentation components for monitoring the Adobe AEM product. It contains components from several different Labs repositories for components used by AEM.
These include
[Apache Felix](https://github.com/newrelic-experimental/newrelic-java-apache-felix )
[Apache Sling](https://github.com/newrelic-experimental/newrelic-java-apache-sling)
[Apache Jackrabbit](https://github.com/newrelic-experimental/newrelic-java-apache-jackrabbit)
[Apache Jackrabbit Oak](https://github.com/newrelic-experimental/newrelic-java-apache-jackrabbit-oak)
[Adobe Granite](https://github.com/newrelic-experimental/newrelic-java-adobe-granite)
[Adobe AEM API](https://github.com/newrelic-experimental/newrelic-java-aem-api)Release contains all the appropriate instrumentation extension jars from these repositories and is updated whenever one of them is updated.
## Installation ##
1. Download the latest instrumentation release archive.
2. In the New Relic Java Agent directory (directory that contains newrelic.jar), create a new directory named extensions if it does not already exist.
3. Extract the jar files from the instrumentation archive into the extensions directory.
4. Restart the application.