Commit Graph

5 Commits

Author SHA1 Message Date
Denis Poisson 92b33a17ea Convert README.md to ReStructuredTest format
Change-Id: Ie41074fd87256c376c46a53b039285bfafecab7d
story: 2002163
task: 22259
2018-06-21 09:35:23 +02:00
Ashwin Agate 3feaf7400e Refresh monasca transform docs
* Refreshed monasca transform README.md

* Added new documentation on generic aggregation components

* Added new documentation on creating a new aggregation
  pipeline

* Added new documentation for internal data formats
  used by monasca transform namely record store data format
  and instance usage data format.

Change-Id: Id4cfb422ace2c59103c658e58e4ffb0d61a303f5
Story: 2001765
Task: 12167
2018-04-16 08:22:17 -07:00
rajat29 738a53f35b Optimize the link address
Use https instead of http to ensure the safety

Change-Id: I725d74f53fad2d432dff309c6185967afb1a2291
2017-04-11 14:11:15 +05:30
Flavio Percoco ecde33a50a Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

https://gist.github.com/a001b7ee5ad7f321a57e9927649f8cc7

Change-Id: Id68ba7546625cb17a5b209dc6477a147c5931364
2016-11-25 18:27:38 +01:00
Ashwin Agate 8f61dd95a9 monasca-transform initial commit
The monasca-transform is a new component in Monasca that
aggregates and transforms metrics.

monasca-transform is a Spark based data driven aggregation
engine which collects, groups and aggregates existing individual
Monasca metrics according to business requirements and publishes
new transformed (derived) metrics to the Monasca Kafka queue.

Since the new transformed metrics are published as any other
metric in Monasca, alarms can be set and triggered on the
transformed metric, just like any other metric.

Co-Authored-By: Flint Calvin <flint.calvin@hp.com>
Co-Authored-By: David Charles Kennedy <david.c.kennedy@hpe.com>
Co-Authored-By: Ashwin Agate <ashwin.agate@hp.com>

Implements: blueprint monasca-transform

Change-Id: I0e67ac7a4c9a5627ddaf698855df086d55a52d26
2016-05-26 00:10:37 +00:00