mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Use GRPC to report Elixir metrics
This commit is contained in:
@@ -126,6 +126,7 @@ if config_env() == :prod do
|
||||
|
||||
config :opentelemetry_exporter,
|
||||
otlp_protocol: :http_protobuf,
|
||||
otlp_traces_protocol: :http_protobuf,
|
||||
otlp_endpoint: System.get_env("OTLP_ENDPOINT")
|
||||
end
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ locals {
|
||||
},
|
||||
{
|
||||
name = "OTLP_ENDPOINT",
|
||||
value = "127.0.0.1:4317"
|
||||
value = "127.0.0.1:4318"
|
||||
}
|
||||
], var.application_environment_variables)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user