I have data like this, I want to sum of the column "emitted" across the 
series. 
Also, what's a good way to do such aggregations across the different 
series? 

{
   
   - Series: 
   [
      - 
      {
         - name: "stats",
         - tags: 
         {
            - type_instance: "b8c3c249-8f19-11e6-9d75-00505696910d"
            },
         - columns: 
         [
            - "time",
            - "emitted"
            ],
         - values: 
         [
            - 
            [
               - "2016-10-18T23:32:27.276094148Z",
               - 1
               ]
            ]
         },
      - 
      {
         - name: "stats",
         - tags: 
         {
            - type_instance: "b8c60c41-8f19-11e6-9d75-00505696910d"
            },
         - columns: 
         [
            - "time",
            - "emitted"
            ],
         - values: 
         [
            - 
            [
               - "2016-10-18T23:32:27.276094148Z",
               - 1
               ]
            ]
         }
      ],
   - Err: null
   
}

-- 
Remember to include the version number!
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxData" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to influxdb+unsubscr...@googlegroups.com.
To post to this group, send email to influxdb@googlegroups.com.
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/01c10e27-b119-489a-8297-ec126a8f49ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to