Skip to content

Commit acd987d

Browse files
committed
chore: use "common" OpenCensus naming convention for metric
1 parent cc61f0c commit acd987d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/oc_stat_exporter_datadog_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ init_per_testcase(_, Config) ->
1414
{ok, Socket} = gen_udp:open(8125, [{active, once}]),
1515
Measure = oc_stat_measure:new('datadog/test', "Test", foos),
1616
{ok, View} = oc_stat_view:subscribe(#{
17-
name => "datadog.test",
17+
name => 'datadog/test',
1818
measure => Measure,
1919
description => "Test",
2020
tags => [foo, bar],

0 commit comments

Comments
 (0)