issues Search Results · repo:deadtrickster/prometheus-ecto language:Elixir
Filter by
13 results
(84 ms)13 results
indeadtrickster/prometheus-ecto (press backspace or delete to remove)I have the instrumenter working fine w/ default settings and I see my Ecto metrics come through prometheus:
# TYPE ecto_db_query_duration_microseconds histogram
# HELP ecto_db_query_duration_microseconds ...
ambuznego
- 1
- Opened on Nov 18, 2021
- #30
ecto_sql v3.3.0 introduced a new metric idle_time that measure the time the connection spent waiting before being
checked out for the query
GPrimola
- 1
- Opened on Oct 30, 2020
- #26
Hey there!
Im trying to use the last ecto version but having an issue with this lib dependency.
Dependencies have diverged:
* ecto (Hex package)
the dependency ecto 3.4.0
In deps/prometheus_ecto/mix.exs: ...
mustela
- Opened on May 7, 2020
- #25
I’m currently encountering a telemetry error (the handler is stopping) in my tests because entry.queue_time is causing a
:badkey error. PR #22 fixes this, but I’d prefer not specifying a git version of ...
halostatue
- 2
- Opened on May 8, 2019
- #23
Environment
- Elixir: Elixir 1.8.1 (compiled with Erlang/OTP 21)
- Erlang: Erlang/OTP 21 [erts-10.2.3] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe]
- OS: macOS 10.14.4
Hex deps ...
chulkilee
- Opened on Apr 3, 2019
- #19
Promethues.io collector for Elixir.Ecto. should be Prometheus.io collector for Elixir.Ecto.
hykw
- 1
- Opened on Feb 20, 2019
- #18
Hi there! Thanks for the great work on this lib, using it for the first time and I like it :) I found a small issue (I
also fixed it, will send PR right after). It s a Phoenix 1.4 project with Elixir 1.8.0 ...
juulSme
- Opened on Jan 17, 2019
- #16
lib/my_app/application.ex:19:call
The call:
Telemetry.attach(
prometheus-ecto ,
[:my_app, :repo, :query],
MyApp.Repo.Instrumenter,
:handle_event,
nil
)
will never return since it differs in ...
moxley
- Opened on Jan 4, 2019
- #14
One thing not stated in ecto 3 release notes is that it seems to remove the loggers: configuration key in favour of
using https://github.com/elixir-telemetry/telemetry
https://hexdocs.pm/ecto/Ecto.Repo.html#module-telemetry-events ...
archseer
- 7
- Opened on Nov 1, 2018
- #12
Using prometheus_ecto version 1.3.0, I observe the following stack trace:
** (ArgumentError) argument error
(stdlib) :ets.lookup(:prometheus_histogram_table, {:default, :ecto_db_query_duration_microseconds, ...
alex-knowles
- 2
- Opened on Oct 25, 2018
- #11

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.