i have a series of data im collecting from cloudwatch and storing in a local influxdb instance. it appears that on collection, telegraf is storing all data collected in a given period with the same timestamp.
is this expected/normal behavior? it seems undesireable, as it skews the values in graphs quite a bit (though general trends are similar), compared to those sourced directly from cloudwatch.
i have a python script collecting at the moment using boto3 thats behaving properly, so im fairly certain AWS is reporting the data correctly. happy to try with the CLI too, though i havent attempted to query that way before - what would you be interested in, seeing that it reports multiple timestamps for a given query?