Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
systemsmanagement:Ardana:8:CentOS:7.5
openstack-monasca-persister-java
monasca-persister-java.yaml
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File monasca-persister-java.yaml of Package openstack-monasca-persister-java
name: monasca-persister alarmHistoryConfiguration: batchSize: 100 numThreads: 1 maxBatchTime: 15 # See http://kafka.apache.org/documentation.html#api for semantics and defaults. topic: alarm-state-transitions groupId: 1_alarm-state-transitions consumerId: "mini-mon" clientId : 1 metricConfiguration: batchSize: 100 numThreads: 1 maxBatchTime: 15 # See http://kafka.apache.org/documentation.html#api for semantics and defaults. topic: metrics groupId: 1_metrics consumerId: "mini-mon" clientId : 1 #Kafka settings. kafkaConfig: # See http://kafka.apache.org/documentation.html#api for semantics and defaults. zookeeperConnect: "127.0.0.1:2181" socketTimeoutMs: 30000 socketReceiveBufferBytes : 65536 fetchMessageMaxBytes: 1048576 queuedMaxMessageChunks: 10 rebalanceMaxRetries: 4 fetchMinBytes: 1 fetchWaitMaxMs: 100 rebalanceBackoffMs: 2000 refreshLeaderBackoffMs: 200 autoOffsetReset: largest consumerTimeoutMs: 1000 zookeeperSessionTimeoutMs : 60000 zookeeperConnectionTimeoutMs : 60000 zookeeperSyncTimeMs: 2000 verticaMetricRepoConfig: maxCacheSize: 2000000 databaseConfiguration: # vertica | influxdb databaseType: influxdb # Uncomment if databaseType is influxdb influxDbConfiguration: # Retention policy may be left blank to indicate default policy. retentionPolicy: maxHttpConnections: 100 gzip: true name: "mon" url: "http://127.0.0.1:8086" user: "mon_persister" password: "password" # Uncomment if databaseType is vertica dataSourceFactory: driverClass: com.vertica.jdbc.Driver url: "jdbc:vertica://127.0.0.1:5433/mon" user: "mon_persister" password: "password" properties: ssl: false # the maximum amount of time to wait on an empty pool before throwing an exception maxWaitForConnection: 1s # the SQL query to run when validating a connection's liveness validationQuery: "/* MyService Health Check */ SELECT 1" # the minimum number of connections to keep open minSize: 8 # the maximum number of connections to keep open maxSize: 41 # whether or not idle connections should be validated checkConnectionWhileIdle: false # the maximum lifetime of an idle connection maxConnectionAge: 1 minute metrics: frequency: 1 second # Logging settings. logging: # The default level of all loggers. Can be OFF, ERROR, WARN, INFO, # DEBUG, TRACE, or ALL. level: WARN # Logger-specific levels. loggers: # Sets the level for 'com.example.app' to DEBUG. com.example.app: DEBUG appenders: - type: file threshold: INFO archive: true currentLogFilename: "__PERSISTER_LOGDIR__/monasca-persister.log" archivedLogFilenamePattern: "__PERSISTER_LOGDIR__/monasca-persister.log-__d.log.gz" archivedFileCount: 5 # The timezone used to format dates. HINT: USE THE DEFAULT, UTC. timeZone: UTC server: applicationConnectors: - type: http port: 8090 bindHost: 127.0.0.1 adminConnectors: - type: http port: 8091 bindHost: 127.0.0.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor