We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d382f commit e7adde6Copy full SHA for e7adde6
3 files changed
telemetry_api/lib/telemetry_api/application.ex
@@ -10,7 +10,7 @@ defmodule TelemetryApi.Application do
10
TelemetryApi.MetricsExporter.setup()
11
12
children = [
13
- TraceStore,
+ TelemetryApi.Traces,
14
TelemetryApiWeb.Telemetry,
15
TelemetryApi.Repo,
16
{DNSCluster, query: Application.get_env(:telemetry_api, :dns_cluster_query) || :ignore},
telemetry_api/lib/telemetry_api/trace_store.ex
0 commit comments