[openstack-dev] [ceilometer]

2017-04-16 Thread Andres Alvarez
Hello everyone I am trying to get acquainted with the Ceilometer code base. I was reading through the Telemetry Admin Guide regarding publishers and noticed that there are many deprecated publishers such as *direct*, *kafka*,

[openstack-dev] [telemetry] [ceilometer] Difference between publishers and dispatchers?

2017-04-17 Thread Andres Alvarez
Hi everyone I am a bit confused on what is the difference between dispatchers and publishers in Ceilometer. The documentation explains a bit about publishers in the pipeline, but it does not mention much (if anything) about dispatchers. Would appreciate if someone can shed some light on this.

Re: [openstack-dev] [telemetry] [ceilometer] Difference between publishers and dispatchers?

2017-04-17 Thread Andres Alvarez
Hi Julien Thanks for your response. So does this mean that dispatchers will also be deprecated (if not already deprecated) in favor of only using publishers? On Mon, Apr 17, 2017 at 5:49 PM, Julien Danjou <jul...@danjou.info> wrote: > On Mon, Apr 17 2017, Andres Alvarez wrote: >

Re: [openstack-dev] [telemetry] [ceilometer] Difference between publishers and dispatchers?

2017-04-19 Thread Andres Alvarez
Thanks for clearing that guys. Cheers! On Tue, Apr 18, 2017 at 9:40 AM, Andres Alvarez <andresalvarez...@gmail.com> wrote: > Hi Julien > > Thanks for your response. So does this mean that dispatchers will also be > deprecated (if not already deprecated) in favor of onl

[openstack-dev] [gnocchi] Running Gnocchi API in specific interface

2017-05-17 Thread Andres Alvarez
Hello folks The gnocchi-api command allows running the API server usign a spefic port: usage: gnocchi-api [-h] [--port PORT] -- [passed options] positional arguments: -- [passed options] '--' is the separator of the arguments used to start the WSGI server and the

[openstack-dev] [gnocchi] Running tests

2017-05-22 Thread Andres Alvarez
Hello everyone I am having a hard time in understanding the correct way to run the tests in Gnocchi. I have already read about tox and testr, but it seems I still can't get to run the tests. Would really appreciate if someone could explain the steps necessary to get all tests running.

[openstack-dev] [telemetry][ceilometer] Devstack Telemetry development environment

2017-05-02 Thread Andres Alvarez
Hello all I was wondering what is the correct way to setup a Devstack dev environment with Ceilometer + Gnocchi setup? Is the following the only thing needed to get started or is there something else needed?: enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer I noticed