Add openstack/monasca-transform project
The monasca-transform project is a new component in Monasca that will aggregate and transform metrics. For example, it will consume metrics for Swift from the Monasca metrics topic and count the total number of times a container or object is accessed and group them by project. Then it will publish the aggregated metric to the Kafka metrics topic where the rest of the existing Monasca components will be used to store, alarm and notify. Change-Id: I7826768e174a229bc184ea38d75d212ac957e26c Needed-By: I9227a6afb468e05aaeb939930b872d1c64f79551
This commit is contained in:
parent
25ace381db
commit
7081c8c138
11
gerrit/acls/openstack/monasca-transform.config
Normal file
11
gerrit/acls/openstack/monasca-transform.config
Normal file
@ -0,0 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group monasca-transform-core
|
||||
label-Code-Review = -2..+2 group monasca-transform-core
|
||||
label-Workflow = -1..+1 group monasca-transform-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -2270,6 +2270,8 @@
|
||||
groups:
|
||||
- monasca
|
||||
acl-config: /home/gerrit2/acls/openstack/monasca.config
|
||||
- project: openstack/monasca-transform
|
||||
description: Monasca Transform and Aggregation Engine
|
||||
- project: openstack/monasca-ui
|
||||
description: Horizon UI for Monasca
|
||||
groups:
|
||||
|
@ -7062,6 +7062,11 @@ projects:
|
||||
post:
|
||||
- monasca-thresh-localrepo-upload
|
||||
|
||||
- name: openstack/monasca-transform
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: noop-jobs
|
||||
|
||||
- name: openstack/monasca-ui
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user