I've wired datadog using the Mertrics library but ...
# ktor
h
I've wired datadog using the Mertrics library but I'm getting the following error
Copy code
ERROR (dogstatsd.py:451): Error receiving datagram `/v1/thing/(method:POST).timer.p95:3455.912945|g`#012Traceback (most recent call last):#012  
File "/opt/datadog-agent/agent/dogstatsd.py", line 439, in start#012    aggregator_submit(message)#012  
File "/opt/datadog-agent/agent/aggregator.py", line 617, in submit_packets#012    parsed_packets = self.parse_metric_packet(packet)#012  
File "/opt/datadog-agent/agent/aggregator.py", line 469, in parse_metric_packet#012    raise Exception(u'Unparseable metric packet: %s' % packet)#012Exception: 
    Unparseable metric packet: /v1/thing/(method:POST).timer.p95:3455.912945|g
Can someone point me to where that metric is created? I think it's related to the parenthesis in the metric