)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":35157,"name":"Modyn","email":"mobilebackup95@gmail.com","username":"modyngs"},"change_message_id":"2e6da6fbdbef4765da24fa7bdd9c343a9610b01d","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":4,"id":"666a8c88_e9a91486","updated":"2023-04-17 11:14:00.000000000","message":"In reply to:\n\n\"\"Lowering the polling interval to 30 (i.e. 10 times more often) will have more consequences than you think. Make sure that your metrics storage can actually handle the load, make sure that the APIs can respond quickly enough too. \"\"\n\n\nI\u0027m somehow aware of the affects of lowering interval ... but i need to test out something that has more priorities!\n\nSo would you please give me some insight on how to do it according to the master branch of kolla-ansible deployment? ( I believe the components that should be edited in order too lower the interval are Ceilometer, Gnocchi, aodh )\n\n\nthis is the original question\n\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\nI want to change ceilometer interval from its default value (300) to 30 seconds!\nWould you please guide me through this?\n\nI found the files inside the docker container, but how could it be changed thoroughly by changing file and restarting the docker container for ceilometer?\nNote that i changed \"/etc/kolla/ceilometer-compute/pipeline.yaml\" to contain\n\nsources:\n    - name: meter_source    \n       interval: 30\n       meters\n              - \"*\" \n       sinks:\n              - meter_sink\n\nand then restarted the container\nsudo docker restart ceilometer_compute\n\nbut it wont affected! Am i doing wrong? is there any other options or directories to apply?( Ex. globals.yaml)\n\nP.S. inside the container there are default intervals sets to 300 in these directories:\n\nceilometer/etc/ceilometer/polling.yaml\nceilometer/etc/ceilometer/polling_all.yaml\nchange intervals[interval: 30]\n\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\u0027\n\nAny idea on how to lower the intervals of ceilometer ,gnocchi, aodh would be much appreciated.\n\nThanks\nBest regards","commit_id":"c89b901524a7494180de1614a7b5e255589ecbb8"},{"author":{"_account_id":4264,"name":"Matthias Runge","email":"mrunge@redhat.com","username":"mrunge"},"change_message_id":"c21c6f2055704848ba1be605b7957ad0e9a9c5d2","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"39e32625_223312cd","updated":"2023-04-17 12:01:48.000000000","message":"modyn, I can not comment on kolla-ansible.\n\nWhy are you pulling in a lot of people here, creating unnecessary noise?","commit_id":"c89b901524a7494180de1614a7b5e255589ecbb8"},{"author":{"_account_id":35157,"name":"Modyn","email":"mobilebackup95@gmail.com","username":"modyngs"},"change_message_id":"53cb0c113adff48a2cf7c9e76efae32f91c99d70","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":4,"id":"fd2c5284_b07347a1","in_reply_to":"39e32625_223312cd","updated":"2023-04-17 12:42:38.000000000","message":"Sorry for inconvenienced!, i\u0027m not much familiar with gerrit.\n(Pinged people were all committed to the openstack ceilometer)\n\n\n\u0027# New instances will be discovered periodically based on this option (in\n\u0027# seconds). By default, the agent discovers instances according to pipeline\n\u0027# polling interval. If option is greater than 0, the instance list to poll will\n\u0027# be updated based on this option\u0027s interval. Measurements relating to the\n\u0027# instances will match intervals defined in pipeline. This option is only used\n\u0027# for agent polling to Nova API, so it will work only when\n\u0027# \u0027instance_discovery_method\u0027 is set to \u0027naive\u0027. (integer value)\n\u0027# Minimum value: 0\n\u0027#resource_update_interval \u003d 0\n\nhttps://docs.openstack.org/ceilometer/zed/configuration/index.html\n\nI\u0027ve found this on openstack ceilometer, but not sure how to apply it on kolla-ansible! do i need to add it on globals.yaml","commit_id":"c89b901524a7494180de1614a7b5e255589ecbb8"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"a37d9297634242fb0aada62ea6753030fc132e93","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"7b04349b_b9c3af10","in_reply_to":"fd2c5284_b07347a1","updated":"2023-04-17 13:09:56.000000000","message":"First of all - please read the docs here: https://docs.openstack.org/kolla-ansible/latest/admin/advanced-configuration.html#openstack-service-configuration-in-kolla\nIn moments of doubt - we welcome you to join #openstack-kolla on OFTC or send a mail to openstack-discuss with [kolla] prefix in subject with questions","commit_id":"c89b901524a7494180de1614a7b5e255589ecbb8"}],"ansible/roles/ceilometer/handlers/main.yml":[{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"dc3ea12d2169b6257d3d3c6112ecee9427508776","unresolved":false,"context_lines":[{"line_number":7,"context_line":"    ceilometer_conf: \"{{ ceilometer_confs.results|selectattr(\u0027item.key\u0027, \u0027equalto\u0027, service_name)|first }}\""},{"line_number":8,"context_line":"    ceilometer_pipeline: \"{{ ceilometer_pipelines.results|selectattr(\u0027item.key\u0027, \u0027equalto\u0027, service_name)|first }}\""},{"line_number":9,"context_line":"    gnocchi_resources_overwriting: \"{{ ceilometer_gnocchi_resources_overwriting.results|selectattr(\u0027item.key\u0027, \u0027equalto\u0027, service_name)|first }}\""},{"line_number":10,"context_line":"    pipline_overwriting: \"{{ ceilometer_pipeline_overwriting.results|selectattr(\u0027item.key\u0027, \u0027equalto\u0027, service_name)|first }}\""},{"line_number":11,"context_line":"    policy_overwriting: \"{{ ceilometer_policy_overwriting.results|selectattr(\u0027item.key\u0027, \u0027equalto\u0027, service_name)|first }}\""},{"line_number":12,"context_line":"    polling_overwriting: \"{{ ceilometer_polling_overwriting.results|selectattr(\u0027item.key\u0027, \u0027equalto\u0027, service_name)|first }}\""},{"line_number":13,"context_line":"    ceilometer_notification_container: \"{{ check_ceilometer_containers.results|selectattr(\u0027item.key\u0027, \u0027equalto\u0027, service_name)|first }}\""}],"source_content_type":"text/x-yaml","patch_set":3,"id":"bfb3d3c7_a2746b69","line":10,"range":{"start_line":10,"start_character":4,"end_line":10,"end_character":11},"updated":"2019-05-23 09:51:25.000000000","message":"nit: pipeline\n\n(and others)","commit_id":"23ab48bdb38bf4bc5e6e0fad3d12f98722f84ce9"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"dc3ea12d2169b6257d3d3c6112ecee9427508776","unresolved":false,"context_lines":[{"line_number":111,"context_line":"    ceilometer_conf: \"{{ ceilometer_confs.results|selectattr(\u0027item.key\u0027, \u0027equalto\u0027, service_name)|first }}\""},{"line_number":112,"context_line":"    ceilometer_pipeline: \"{{ ceilometer_pipelines.results|selectattr(\u0027item.key\u0027, \u0027equalto\u0027, service_name)|first }}\""},{"line_number":113,"context_line":"    gnocchi_resources_overwriting: \"{{ ceilometer_gnocchi_resources_overwriting.results|selectattr(\u0027item.key\u0027, \u0027equalto\u0027, service_name)|first }}\""},{"line_number":114,"context_line":"    pipline_overwriting: \"{{ ceilometer_pipeline_overwriting.results|selectattr(\u0027item.key\u0027, \u0027equalto\u0027, service_name)|first }}\""},{"line_number":115,"context_line":"    policy_overwriting: \"{{ ceilometer_policy_overwriting.results|selectattr(\u0027item.key\u0027, \u0027equalto\u0027, service_name)|first }}\""},{"line_number":116,"context_line":"    polling_overwriting: \"{{ ceilometer_polling_overwriting.results|selectattr(\u0027item.key\u0027, \u0027equalto\u0027, service_name)|first }}\""},{"line_number":117,"context_line":"    ceilometer_ipmi_container: \"{{ check_ceilometer_containers.results|selectattr(\u0027item.key\u0027, \u0027equalto\u0027, service_name)|first }}\""}],"source_content_type":"text/x-yaml","patch_set":3,"id":"bfb3d3c7_8269278c","line":114,"updated":"2019-05-23 09:51:25.000000000","message":"nit: Not required for ceilometer-ipmi","commit_id":"23ab48bdb38bf4bc5e6e0fad3d12f98722f84ce9"}]}
