dff3e97b12
* Add a SourceFetcher, which allows to retrieve new type of data sources. It allows new collectors to be added. (examples: Prometheus, Influxdb, Kubernetes...) * Base Cloudkitty on metrics instead of services and resources for collecting metrics. This new architecture allows Cloudkitty to be more agnostic and so to rate containers metrics as the same way as virtual machines metrics. * Centralize metrology information in metrics.yml under metrics names. Task: 6291 Story: 2001501 Change-Id: I00ca080cf05dfc03a3363720f85b79e003eda9be
9 lines
342 B
YAML
9 lines
342 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The /v1/info/services and /v1/info/services/<service> endpoints have
|
|
been deprecated. The /v1/info/metrics and /v1/info/metrics/<metric>
|
|
endpoints should be used instead.
|
|
The whole /v1/info API part is currently being reworked, and some
|
|
endpoints will also be deprecated and deleted in the future.
|