Exception: Datadog::DI::Error::MultiplePathsMatch Private

Inherits:
Datadog::DI::Error show all
Defined in:
lib/datadog/di/error.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Raised when installing a line probe and multiple files match the specified path suffix. A probe must be installed into one file only, since UI only supports one instrumented location for a probe. If multiple files match, UI cannot properly render the data from all of them, and arbitrarily choosing one file may be not what the user intended. Instrumentation will fail when multiple files match and the user will need to make their suffix more precise.