The ceilometer.agent.discovery.endpoint Module

class ceilometer.agent.discovery.endpoint.EndpointDiscovery(conf)[source]

Bases: ceilometer.agent.plugin_base.DiscoveryBase

Discovery that supplies service endpoints.

This discovery should be used when the relevant APIs are not well suited to dividing the pollster’s work into smaller pieces than a whole service at once.

discover(manager, param=None)[source]

Project Source

This Page