Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 838 Bytes

UPGRADING.md

File metadata and controls

27 lines (17 loc) · 838 Bytes

Upgrading to Graylog 6.0.x

Breaking Changes

Prometheus metrics

The name of the jvm_classes_loaded metric has been changed.

Prometheus queries referencing jvm_classes_loaded need to be adapted to the new name jvm_classes_currently_loaded.

Java API Changes

The following Java Code API changes have been made.

File/method Description
ExampleClass#exampleFuntion TODO placeholder comment

REST API Endpoint Changes

The following REST API changes have been made.

Endpoint Description
GET /example/resource TODO placeholder comment