# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. cluster: standalone: url: jdbc:h2:~/memorydb user_name: sa cache: guava: naming: jetty: host: localhost port: 10800 context_path: / remote: gRPC: host: localhost port: 11800 agent_gRPC: gRPC: host: localhost port: 11800 agent_jetty: jetty: host: localhost port: 12800 context_path: / analysis_segment_parser: default: buffer_file_path: ../buffer/ buffer_offset_max_file_size: 10M buffer_segment_max_file_size: 500M analysis_metric: default: analysis_alarm: default: configuration: default: application_apdex_threshold: 2000 service_error_rate_threshold: 10.00 service_average_response_time_threshold: 2000 instance_error_rate_threshold: 10.00 instance_average_response_time_threshold: 2000 application_error_rate_threshold: 10.00 application_average_response_time_threshold: 2000 ui: jetty: host: localhost port: 12800 context_path: / jetty_manager: default: gRPC_manager: default: storage: h2: url: jdbc:h2:~/memorydb user_name: sa