You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/07/18 07:41:57 UTC

[GitHub] victoryao commented on issue #1469: Connect to 127.0.0.1:10800 [/127.0.0.1] failed: Connection refused

victoryao commented on issue #1469: Connect to 127.0.0.1:10800 [/127.0.0.1] failed: Connection refused
URL: https://github.com/apache/incubator-skywalking/issues/1469#issuecomment-405840140
 
 
   my application.yml:
   # 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:
   #  zookeeper:
   #    hostPort: localhost:2181
   #    sessionTimeout: 100000
   naming:
     jetty:
       host: 172.17.4.164
       port: 10800
       contextPath: /
   cache:
   #  guava:
     caffeine:
   remote:
     gRPC:
       host: 172.17.4.164
       port: 11800
   agent_gRPC:
     gRPC:
       host: 172.17.4.164
       port: 11800
       #Set these two setting to open ssl
       #sslCertChainFile: $path
       #sslPrivateKeyFile: $path
   
       #Set your own token to active auth
       #authentication: xxxxxx
   agent_jetty:
     jetty:
       host: 172.17.4.164
       port: 12800
       contextPath: /
   analysis_register:
     default:
   analysis_jvm:
     default:
   analysis_segment_parser:
     default:
       bufferFilePath: ../buffer/
       bufferOffsetMaxFileSize: 10M
       bufferSegmentMaxFileSize: 500M
       bufferFileCleanWhenRestart: true
   ui:
     jetty:
       host: 172.17.4.164
       port: 12800
       contextPath: /
   storage:
     elasticsearch:
       clusterName: CollectorDBCluster
       clusterTransportSniffer: true
       clusterNodes: localhost:9300
       indexShardsNumber: 2
       indexReplicasNumber: 0
       highPerformanceMode: true
       ttl: 7
   #storage:
   #  h2:
   #    url: jdbc:h2:~/memorydb
   #    userName: sa
   configuration:
     default:
   #     namespace: xxxxx
   # alarm threshold
       applicationApdexThreshold: 2000
       serviceErrorRateThreshold: 10.00
       serviceAverageResponseTimeThreshold: 2000
       instanceErrorRateThreshold: 10.00
       instanceAverageResponseTimeThreshold: 2000
       applicationErrorRateThreshold: 10.00
       applicationAverageResponseTimeThreshold: 2000
   # thermodynamic
       thermodynamicResponseTimeStep: 50
       thermodynamicCountOfResponseTimeSteps: 40

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services