Vishal
Vishal
Not sure why namespace is altered based on metricPrefix https://github.com/prometheus-community/postgres_exporter/blob/d0a3aa991ad0425e461d57c083db2190d4a736b7/cmd/postgres_exporter/postgres_exporter.go#L302 Doing this messes up the builtinMetricMaps. Like `pg_stat_database` becomes `postgres_stat_database` and leads to ``` queryNamespaceMappings error pq: relation \"postgres_stat_database\" does...
I guess the title is self explanatory
Setting g will fix the problem `g=graph.traversal()` But the support for traversal needs to be added in the code
Uses ``` Mix.install([ {:axon, "~> 0.5"}, {:nx, "~> 0.5.3"}, {:exla, "~> 0.5"}, {:req, "~> 0.3.3"} ]) ```
I got distracted with office work. Let me try again and revert.