Versions Compared

Key

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

To enable raw metrisc in Gravitee, you need to enable the file reporter in the Gravitee gateway. If you are running the gateway as a container, the easiest way to achive this, is to provide an environment variable named gravitee_reporters_file_enabled and set its value to true. Click here to learn more about configuring file reporter. You do not need to enable all event types for file reporter. Only the request event type needs to be enabled. Also, you can change the default file name pattern, as long as the filename always contains ‘request’, as this is how the agent identifies the correct files.

...