We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc61f0c commit acd987dCopy full SHA for acd987d
1 file changed
test/oc_stat_exporter_datadog_SUITE.erl
@@ -14,7 +14,7 @@ init_per_testcase(_, Config) ->
14
{ok, Socket} = gen_udp:open(8125, [{active, once}]),
15
Measure = oc_stat_measure:new('datadog/test', "Test", foos),
16
{ok, View} = oc_stat_view:subscribe(#{
17
- name => "datadog.test",
+ name => 'datadog/test',
18
measure => Measure,
19
description => "Test",
20
tags => [foo, bar],
0 commit comments