We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c9634 commit a545cb4Copy full SHA for a545cb4
lib/otel_metric_exporter/otel_api.ex
@@ -56,7 +56,7 @@ defmodule OtelMetricExporter.OtelApi do
56
57
def defaults,
58
do:
59
- Application.get_env(:otel_metric_exporter, __MODULE__, [])
+ Application.get_all_env(:otel_metric_exporter)
60
|> Map.new()
61
|> Map.take(Keyword.keys(@public_options))
62
mix.exs
@@ -6,7 +6,7 @@ defmodule OtelMetricExporter.MixProject do
6
app: :otel_metric_exporter,
7
name: "OTel Metric Exporter",
8
description: "An unofficial OTel-compatible metric exporter",
9
- version: "0.3.1",
+ version: "0.3.2",
10
elixir: "~> 1.17",
11
start_permanent: Mix.env() == :prod,
12
source_url: "https://github.com/electric-sql/elixir-otel-metric-exporter",
0 commit comments