Instantly share code, notes, and snippets.

Embed
What would you like to do?
Currently is:
> cloudwatch_aws_ec2,host=my_hostname,instance_id=myid,region=eu-west-1,unit=count cpu_credit_usage_average=0.03,cpu_credit_usage_maximum=0.03,cpu_credit_usage_minimum=0.03,cpu_credit_usage_sample_count=1,cpu_credit
What I want:
> cloudwatch_aws_ec2,mytag=MYTAG,custom_tag=YES,host=my_hostname,instance_id=myid,region=eu-west-1,unit=count cpu_credit_usage_average=0.03,cpu_credit_usage_maximum=0.03,cpu_credit_usage_minimum=0.03,cpu_credit_usage_sample_count=1,cpu_credit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment