Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Additional instructions on pointing Fedora to a remote Graphite server.

...

<context-param>
  <param-name>spring.profiles.active</param-name>
  <param-value>metrics.graphite</param-value>
</context-param>

Connecting Fedora to a remote Graphite server

To enable metrics collection on a remote server use the above configuration for Graphite (by default Graphite is very open).

For Fedora you can add the hostname/IP address and port (if different from the default).

When using Maven:

MAVEN_OPTS="-Xmx512m -Dspring.profiles.active=metrics.graphite -Dfcrepo.metrics.host=remote-host -Dfcrepo.metrics.port=2003" mvn jetty:run

 

: fcrepo.metrics.host does not seem to work as a <context-param> TODO: This method needs to be tested Jared Whiklo

 

Info

...