<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ceilometerclient.git/ceilometerclient/v2/statistics.py, branch stable/juno</title>
<subtitle>opendev.org: openstack/python-ceilometerclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/'/>
<entry>
<title>Merge "Statistics groupby handling improvement"</title>
<updated>2014-04-12T05:00:10+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-04-12T05:00:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=e56da49b60eda53b743f1f5391a323e4e2f0fcfe'/>
<id>e56da49b60eda53b743f1f5391a323e4e2f0fcfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure statistics aggregates are ordered with parameterized first</title>
<updated>2014-04-01T09:46:54+00:00</updated>
<author>
<name>Eoghan Glynn</name>
<email>eglynn@redhat.com</email>
</author>
<published>2014-03-27T10:28:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=defbb95855443047c3fb0a90ca4a9c9d1a51180b'/>
<id>defbb95855443047c3fb0a90ca4a9c9d1a51180b</id>
<content type='text'>
Fixes bug 1298528

Due to WSME re-ordering of query parameters, in the mixed case
any parameterized aggregates must be specified in the URL first,
prior to any unparameterized aggregates.

Otherwise the aggregate parameter will be associated with the
wrong aggregate function.

Change-Id: Ib2c76d03a4fc91d13074a03caade2c776d2309b3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug 1298528

Due to WSME re-ordering of query parameters, in the mixed case
any parameterized aggregates must be specified in the URL first,
prior to any unparameterized aggregates.

Otherwise the aggregate parameter will be associated with the
wrong aggregate function.

Change-Id: Ib2c76d03a4fc91d13074a03caade2c776d2309b3
</pre>
</div>
</content>
</entry>
<entry>
<title>Statistics groupby handling improvement</title>
<updated>2014-03-28T12:46:30+00:00</updated>
<author>
<name>Stéphane Albert</name>
<email>stephane.albert@objectif-libre.com</email>
</author>
<published>2014-03-13T11:42:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=f032b7ef848d248f5917ea30a2caaa7f6d4e6822'/>
<id>f032b7ef848d248f5917ea30a2caaa7f6d4e6822</id>
<content type='text'>
The groupby parameter for statistics now handle single string as a
parameter. It fixes the bug where every characters of the string where
interpreted as a groupby value.

Change-Id: Ia763741d7ad5717be381b0ac2f0acb57e9f46cac
Closes-Bug: #1291935
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The groupby parameter for statistics now handle single string as a
parameter. It fixes the bug where every characters of the string where
interpreted as a groupby value.

Change-Id: Ia763741d7ad5717be381b0ac2f0acb57e9f46cac
Closes-Bug: #1291935
</pre>
</div>
</content>
</entry>
<entry>
<title>Implementation of statistics aggregators</title>
<updated>2014-03-27T14:04:40+00:00</updated>
<author>
<name>Michał Jastrzębski</name>
<email>inc007@gmail.com</email>
</author>
<published>2014-03-13T14:48:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=fcfffacd3b13ca295a7f2ba42176f4212c1c96fb'/>
<id>fcfffacd3b13ca295a7f2ba42176f4212c1c96fb</id>
<content type='text'>
This corresponds to do API calls on:
/v2/meters/meter-name/statistics?aggregate.func=func-name

Usage:
aggregates = [{'func': 'cardinality', 'param': 'resource_id'}])
client.statistics.list(meter_name="instance", aggregates=aggregates)

CLI:
ceilometer statistics -m instance -a "cardinality&lt;-resource_id"

Change-Id: I0096668585a5c7e7985973f07049eb91f44413fe
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This corresponds to do API calls on:
/v2/meters/meter-name/statistics?aggregate.func=func-name

Usage:
aggregates = [{'func': 'cardinality', 'param': 'resource_id'}])
client.statistics.list(meter_name="instance", aggregates=aggregates)

CLI:
ceilometer statistics -m instance -a "cardinality&lt;-resource_id"

Change-Id: I0096668585a5c7e7985973f07049eb91f44413fe
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for groupby in statistics for API v2</title>
<updated>2014-01-17T11:28:56+00:00</updated>
<author>
<name>Enol Fernandez</name>
<email>enolfc@ifca.unican.es</email>
</author>
<published>2014-01-17T11:28:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=cc5030485946053c49107ea1b6d61f00f52057f9'/>
<id>cc5030485946053c49107ea1b6d61f00f52057f9</id>
<content type='text'>
Adds the groupby parameter to list method of Statistics
and a new option "-g/--groupby" for the shell.

Change-Id: I41cfa076bf73f8c01d4ee71cd70008ea231556c8
Closes-Bug: #1270094
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds the groupby parameter to list method of Statistics
and a new option "-g/--groupby" for the shell.

Change-Id: I41cfa076bf73f8c01d4ee71cd70008ea231556c8
Closes-Bug: #1270094
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for specifying statistics period.</title>
<updated>2013-06-20T20:29:00+00:00</updated>
<author>
<name>Eoghan Glynn</name>
<email>eglynn@redhat.com</email>
</author>
<published>2013-06-20T20:23:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=aa5330b48cf3165a775e13fc2cc3117a05b31896'/>
<id>aa5330b48cf3165a775e13fc2cc3117a05b31896</id>
<content type='text'>
Allow the period to be be specified as an addition parameter
when retrieving statistics.

Change-Id: Ied3add404fb8b20c46a4de00f07273a6d6c4ffce
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow the period to be be specified as an addition parameter
when retrieving statistics.

Change-Id: Ied3add404fb8b20c46a4de00f07273a6d6c4ffce
</pre>
</div>
</content>
</entry>
<entry>
<title>Add resources and meters to the v2 shell</title>
<updated>2013-02-27T09:26:56+00:00</updated>
<author>
<name>Angus Salkeld</name>
<email>asalkeld@redhat.com</email>
</author>
<published>2013-02-27T09:26:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=987f1ec20a429d4ebcccacd2bc17d6f4759c2ad8'/>
<id>987f1ec20a429d4ebcccacd2bc17d6f4759c2ad8</id>
<content type='text'>
This also moves the build_url function to a common file.

Change-Id: Ia94f9fa37c83fc756a395a918ad254111951f67b
Signed-off-by: Angus Salkeld &lt;asalkeld@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also moves the build_url function to a common file.

Change-Id: Ia94f9fa37c83fc756a395a918ad254111951f67b
Signed-off-by: Angus Salkeld &lt;asalkeld@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for v2 API</title>
<updated>2013-02-18T14:53:38+00:00</updated>
<author>
<name>Julien Danjou</name>
<email>julien@danjou.info</email>
</author>
<published>2013-02-04T18:11:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=d740e3767219e6dd980fc10005ef110752ec406a'/>
<id>d740e3767219e6dd980fc10005ef110752ec406a</id>
<content type='text'>
Change-Id: I861e53db5446d2e3dc49935ea1cdd1607cff0a2a
Signed-off-by: Julien Danjou &lt;julien@danjou.info&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I861e53db5446d2e3dc49935ea1cdd1607cff0a2a
Signed-off-by: Julien Danjou &lt;julien@danjou.info&gt;
</pre>
</div>
</content>
</entry>
</feed>
