Commit Graph

13 Commits

Author SHA1 Message Date
Martin Chacon Piza 6569b1e944 Set legacy_kafka_client_enabled = False on default for Docker
We change the default value of kafka.legacy_kafka_client_enabled from
True to False. The use of new Confluent Kafka client is recommended.

Change-Id: I9c685dc3cfa4c6795c441ea37f86af9ad7451ee2
Story: 2006436
Task: 41151
2020-10-23 13:25:41 +02:00
zhangjianweibj 53fd59fddd Support Kafka events enable option
Support Kakfa events enable option.This option alread suppprted
in monasca_persister/conf/kafka_events.py file.and described in
Readme file.

Change-Id: I3734e764debf13f8f86f8fcc031c2798e779056e
2019-11-08 15:52:14 +08:00
Zuul d0d28a87ae Merge "Support multiple kafka consumers" 2019-11-06 15:47:57 +00:00
zhangjianweibj ce964e4f8d Support multiple kafka consumers
We ues two monasca-persister components and two influxdb nodes.one
for collecting metrics and another for backup db.so kafka consumer
should hava different groupid option.

Change-Id: Iae25b34ea282fcc3e7cf01147fd3e9093ee9a8a0
2019-10-09 15:48:42 +08:00
zhangjianweibj e7956c9dfa Add option for kafka client
Add docker option for kafka client,enable confluent kafka or not.

Change-Id: Ib709bfaa8cc0f0fcebb191e6fc12e3cb888955a1
Task: 36351
Story: 2006436
2019-08-23 18:19:15 +08:00
Zuul 53d289f10c Merge "Support cache_size option in docker env" 2019-07-04 15:13:05 +00:00
zhangjianweibj 1d58e986ba Support kafka num_processors option
Support kafka num_processors option in docker env.

Change-Id: I2e4135c928c50c6b3b331e385fccd0e0758fbf76
2019-07-01 09:40:38 +08:00
zhangjianweibj 3907142241 Support cache_size option in docker env
Add option cache_size which set maximum number of cached metric definition entries in memory.

Change-Id: I4aa834b2300262370aab07b29139feb73d4fe66d
2019-06-10 17:02:05 +08:00
Arseni Lipinski bfd5ce5c57 Fix app_repo in Docker with new git url
Story: 2005666
Task: 30969

Change-Id: Ifb696ed67670d6e96369c3d90512fd7e5aee51a1
2019-05-15 11:52:21 +00:00
Dobroslaw Zybort f911fb85a0 Add logging configuration to docker image
Story: 2005462
Task: 30536

Change-Id: I6cd41b442b052ef6df118ada6abaa4cc45795d49
2019-04-17 13:42:11 +02:00
zhangjianweibj 9900e18422 Docker support influxdb parse point error
Add option 'ignore_parse_point_error' for docker env. Refer(
github.com/openstack/monasca-persister/blob/master/
monasca_persister/conf/repositories.py).

Change-Id: Ia19c45a34c56dcb50d2a39cf42efc53f70a6c2db
2019-03-28 20:59:48 +08:00
Dobroslaw Zybort 4c96a96bf8 Fix config file in docker
Set all Cassandra environment variables to defaults.

Change-Id: I6b96d8bd435e8686d804dee7ba4d5a27c997def9
2019-03-26 14:41:17 +01:00
Christian Brandstetter 55cd9984f2 Add tooling for building Docker image
Story: 2001694
Task: 23063

Change-Id: I5192adba0b815bc07db0498f170a0916009c5c40
2018-08-01 11:01:10 +02:00