Skip to content

JSON format support #17

@guanucoluis

Description

@guanucoluis

I'm using pytelegraf library but I want to send JSON format to telegraf agent. Is possible to support it? I think the command could be this:

client.metric("IMU_Acel",{"x": imu.get_x, "y": imu.get_y(), "z": imu.get_z()},
tags={'server_name': 'my-server'},
"timestamp"= 1458229140))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions