Commit Graph

9 Commits

Author SHA1 Message Date
Andreas Jaeger c929899400 Retire repository
Fuel repositories are all retired in openstack namespace, retire
remaining fuel repos in x namespace since they are unused now.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011675.html

A related change is: https://review.opendev.org/699752 .

Change-Id: I8aded54f1b9f3b79f3a4bf8f607d3695b92f528b
2019-12-18 19:39:39 +01:00
Swann Croiset 4d025aa0ab Fix Logger setting in sandboxes
A filter sandbox cannot modify the Logger field

Change-Id: Ie50bf2acb3d764504be398685c8e4e61c4e1c61b
Closes-bug: #1662879
2017-02-09 13:16:24 +01:00
Simon Pasquier 72fe1f64fe Send log_messages metric as bulk
Using bulk metrics for the log counters reduces largely the likelihood
of blocking the Heka pipeline. Instead of injecting (x services
* y levels) metric messages, the filter injects only one big message.

This changes also updates the configuration of the metric_collector
service to deserialize the bulk metric to support alarms on log
counters.

Change-Id: Icb71fd6faa4191795c0470ecc24aeafd25794f42
Closes-Bug: #1643280
2017-01-06 15:24:03 +01:00
Guillaume Thouvenin 7cf60c3c33 Make hostname an optional field
This patch makes hostname an optional field. Currently here are metrics
that have no hostname:
    - Some metrics provided by hypervisor_stats:
        - total_free_disk_GB
        - total_free_ram_MB
        - total_free_vcpus
        - total_used_disk_GB
        - total_used_ram_MB
        - total_used_vcpus
        - total_running_instances
        - total_running_tasks
    - all metrics collected by check_openstack_api
    - all metrics collected by http_check

Change-Id: I4b1078ddf6ef510ae2c95ae6937b28f007d88bea
2016-09-21 09:13:18 +00:00
Swann Croiset 0c050cb8eb Revert "Make hostname an optional field"
This reverts commit bb67a13062.

Change-Id: I64efa48d22c15c3893d4da0783143470db75c5e8
2016-09-20 10:49:43 +02:00
Guillaume Thouvenin bb67a13062 Make hostname an optional field
This patch makes hostname an optional field. Currently here are metrics
that have no hostname:
    - Some metrics provided by hypervisor_stats:
        - total_free_disk_GB
        - total_free_ram_MB
        - total_free_vcpus
        - total_used_disk_GB
        - total_used_ram_MB
        - total_used_vcpus
        - total_running_instances
        - total_running_tasks
    - all metrics collected by check_openstack_api
    - all metrics collected by http_check

Change-Id: Ic503b48e995170efd2b87c9385750fe920e2e25a
2016-09-16 09:42:59 +02:00
Simon Pasquier 8c6e4e54ef Count log messages only in the current interval
The logs_counter filter needs to discard the log messages that are not in the
current interval otherwise the aggregated metrics can be incorrect.

Change-Id: I40e08b9a0bba6d9b8c5042a0fd16a6818a42b9c9
Closes-Bug: #1549873
2016-05-04 17:41:11 +02:00
Simon Pasquier ed2f1a8ca0 Fix the log counter filter
This change makes sure that the filter doesn't send a metric with the
'last_timer_event' tag.

Change-Id: Iad3f03dfbc151710d5704aa803e3fb379b7f04bf
2016-01-28 17:14:00 +01:00
Guillaume Thouvenin 26bde8b948 Add metric about number of logs per service and level
This change adds a new filter that processes OpenStack logs and adds a new
field that contains the number of logs per service and level to produce a
new metric. The metric is the number of logs written per second.

Change-Id: Ie55ee55be66550e9f97fdfd9b7df75af2d90fd19
Implements: blueprint detect-spike-of-errors-in-the-logs
2016-01-28 09:06:31 +01:00