nasa / Common-Metadata-Repository

Apache License 2.0
337 stars 92 forks source link

Feature: CMR-10025 - Condensed Index Event logs #2150

Closed jceaser closed 1 month ago

jceaser commented 1 month ago

Overview

What is the feature/fix?

Please summarize the feature or fix.

What is the Solution?

There are three logs which generate logs in the millions per day. These three logs are for the same indexing event and represent: Start, finish, time to visibility.

The change here is to introduce a new configuration allowing Indexer to issue a single log entry when reporting time to visibility with additional information found in the start/stop log entries. This new log is also in json and is as short as possible.

There are also Kondo updates in this change.

Checklist