Platform Explorer / Nuxeo Platform LTS 2019 10.10

Bundle org.nuxeo.runtime.metrics

In bundle group org.nuxeo.runtime

Documentation

  • README.md

    About nuxeo-runtime-metrics

    Since Nuxeo 5.7 Coda Hale Yammer Metrics is used to add metrics to Nuxeo. This module is here to configure the metrics reporter and add default metrics.

    For testing you can run a graphite/grafana stack using the provided docker compose:

    cd ./docker/graphite-grafana
    docker-compose up -d
    

    Then configure your nuxeo.conf to report metrics and restart Nuxeo:

    metrics.graphite.enabled=true
    metrics.graphite.host=localhost
    metrics.graphite.port=2003
    metrics.graphite.period=30
    metrics.tomcat.enabled=true
    metrics.log4j.enabled=true
    

    Access Grafana using http://localhost:3000 with user: admin pwd: admin, you should have a Nuxeo Grafana dashboard up and running.

    Graphite is also reachable http://localhost:8000

    To stop Grafana (loosing all data):

    docker-compose down
    

    For production you should use different retentions and docker volumes to persist data.

    You can also find old example of json graphite dashboard graphite directory. To use it from Graphite Dashboard > Edit Dashboard, paste the content

    See http://doc.nuxeo.org/ for full documentation. See http://metrics.codahale.com/ for Metrics documentation.

Resolution Order

832
The resolution order represents the order in which this bundle's single component has been resolved by the Nuxeo Runtime framework.
You can influence this order by adding "require" tags in the component declaration, to make sure it is resolved after another component. It will also impact the order in which contributions are registered on their target extension point (see "Registration Order" on contributions).

Components

Maven Artifact

Filenuxeo-runtime-metrics-10.10.jar
Group Idorg.nuxeo.runtime
Artifact Idnuxeo-runtime-metrics
Version10.10

Manifest

Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: 1.6.0_20 (Sun Microsystems Inc.)
Built-By: jenkins
Build-Jdk: 1.8.0_191
Bundle-ManifestVersion: 2
Bundle-Version: 10.10-t20190121-104051
Export-Package: org.nuxeo.runtime.metrics
Bundle-ActivationPolicy: lazy
Bundle-Category: runtime
Bundle-Name: org.nuxeo.runtime.metrics
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Nuxeo-Component: OSGI-INF/runtime-metrics-service.xml
Bundle-SymbolicName: org.nuxeo.runtime.metrics;singleton:=true

Exports

Charts

    Raw Data: Json Contribution Stats

    Contributions by Code Type

    Loading data

    Contributions by Target Extension Point

    Loading data

    Contributions by Studio Source

    Loading data