Vishal

Results 7 issues of Vishal

If I run the exporter and enable it scrape multiple URIs, like ``` ./mongodb_exporter --mongodb.uri=mongodb://127.0.0.1:17000,127.0.0.1:17001,127.0.0.1:17002,[host:port] --mongodb.direct-connect=false --web.listen-address=":9200" --discovering-mode & ``` and query a metric like `mongodb_rs_members_id[5m]` then the labels are...

enhancement
invalid
wontfix
community
triage
stale

**What did you do?** The env var PG_EXPORTER_METRIC_PREFIX is set to `postgres` **What did you expect to see?** Then a metric like `pg_stat_bgwriter_maxwritten_clean_total` should be emitted as `postgres_stat_bgwriter_maxwritten_clean_total` **What did...

Running ` Graph.g() |> Graph.v() |> Graph.has("name", "sqldb") |> Client.query` gives an error `{:error, :script_evaluation_error, "No such property: g for class: Script1348"}` However the same works with raw query `...

Trying out the example in https://github.com/elixir-nx/axon/blob/main/examples/generative/text_generator.exs throws the error `(FunctionClauseError) no function clause matching in Nx.BinaryBackend.to_binary/1` ``` Attempted function clauses (showing 1 out of 1): defp to_binary(%Nx.Tensor{data: %{state: data}}) (nx...

Following the example in https://github.com/BlakeWilliams/Elixir-Slack#real-time-messaging-rtm-bot-usage `Slack.Bot.start_link(SlackRtm, [], "xoxb-some-token") gives the error` ``` {:error, "Slack API returned an error `invalid_auth.\n Response: {\"ok\":false,\"error\":\"invalid_auth\"}"} ``` The same token works fine when tested with...

Is it possible to add the line number at which the error occurred? Is there a setting perhaps? Something similar to https://www.jsonschemavalidator.net/. It highlights the line at which the error...