We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since upgrading to new_relic_agent 1.15.0, database transactions are not uploaded to New Relic.
The issue seems to be that Telemetry.Ecto.Handler expects config for hostname:, port: and database:, which are optional Ecto configuration fields.
hostname:
port:
database:
Here's the top of the error log.
[error] Handler {:new_relic_ecto, :axdb} has failed and has been detached. Class=:error Reason={:badmatch, %{database: "development", pool_size: 10}} Stacktrace=[{NewRelic.Telemetry.Ecto.Handler, :handle_event, 4, [file: 'lib/new_relic/telemetry/ecto/handler.ex', line: 18]},
The text was updated successfully, but these errors were encountered:
Thanks! fixed & about to release a patch version via #172
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Since upgrading to new_relic_agent 1.15.0, database transactions are not uploaded to New Relic.
The issue seems to be that Telemetry.Ecto.Handler expects config for
hostname:
,port:
anddatabase:
, which are optional Ecto configuration fields.Here's the top of the error log.
The text was updated successfully, but these errors were encountered: