Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note: The above APIs are considered experimental. Micrometer metrics is a new addition to Geode 1.9 and the API may change.

Add Your jar File to the classpath When You Start a Server or Locator

To add your metrics publishing service to a server or locator, add your jar file to the classpath when you start the server or locator via GFSH:

Code Block
languagetext
themeRDark
gfsh>create locator --name my-locator --classpath=<path-to-my-jar-file>

gfsh>create server --name my-server --classpath=<path-to-my-jar-file>