Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.

Release 2.3.12

Compare
Choose a tag to compare
@adsail adsail released this 14 Jan 20:09
· 10 commits to master since this release
e18fc9f
  • The interval variable in RotatingIndexMapping is now respected if present in configuration. (PR #743 & Closes Isssue #742)
  • This adds error flags and exception messages to the spans for
    metadata, suggest, and bigtable writes when the chain of futures
    fails. The same exceptions are also logged. Previously some
    exceptions, such as grpc errors, could be masked by sl4j settings.
    The trace for a metric write was cleaned up to remove several
    intermediary spans. These spans did not have useful information and
    had no branching paths, so they were just clutter in the overall
    trace. (PR #740 & Closes Issue #724)