DataDog/docker-compose-example

Does the configuration work for dd.api send metrics call ?

rahulravindran0108 opened this issue · 1 comments

I am using the same configuration as you have in the example. But when running api.send_metric, I get the following stack trace:

  File "/usr/local/lib/python2.7/dist-packages/datadog/api/api_client.py", line 95, in submit
    if obj_params.get('host', "") == "":
AttributeError: 'str' object has no attribute 'get'

I have set api_key, app_key in my options dictionary. Using datadog python client.

Same issue here - was there a reason it was closed?