Closed pjb1979 closed 1 year ago
Hello @pjb1979
you need to check whether the collector is ready to receive telegraf data normally. Check the guide below and make sure you add options when running the collector.
jar pinpoint-collector-starter-boot-2.5.3.jar --pinpoint.collector.type=ALL 로 실행하였지만, telegraf -debug 시 아래와 같은 에러가 발생하며, 데이터가 안들어 옵니다. 연결 자체가 안되는 듯함. 서버 응답 404에러 발생
E! [agent] Error writing to outputs.http: when writing to [http://192.168.4.240:15200/telgegraf] received status code: 404. body: {"timestamp":"2023-10-20T06:46:51.981+00:00","status":404,"error":"Bad Request","path":"/telegraf"}
@pjb1979 You included the options correctly. There is no problem with the settings.
I would like you to share the entire log when running the collector. I think I can analyze the problem more accurately by looking at the operation through logs.
Please ask questions in English so that all pinpoint users can check the contents.
This is collectior running log. please check it.
[root@localhost pinpoint]# java -jar pinpoint-collector-starter-boot-2.5.3.jar --spring.config.additional-location=./config/collector.properties --pinpoint.collector.type=ALL
10-23 12:48:08.686 INFO MultiApplication : args:[--spring.config.additional-location=./config/collector.properties, --pinpoint.collector.type=ALL]
10-23 12:48:09.542 INFO MultiApplication : MultiApplication --pinpoint.collector.type=ALL
10-23 12:48:09.542 INFO MultiApplication : Start BASIC collector
10-23 12:48:09.896 INFO ProfileResolveListener : onApplicationEvent(ApplicationEnvironmentPreparedEvent)
10-23 12:48:09.896 INFO ProfileEnvironmentPostProcessor : postProcessEnvironment
10-23 12:48:09.898 INFO PinpointProfileEnvironment : spring.profiles.active:[local]
10-23 12:48:09.898 INFO PinpointProfileEnvironment : pinpoint.profiles.active=local
10-23 12:48:09.899 INFO PinpointProfileEnvironment : PropertiesPropertySource pinpoint.profiles.active=local
10-23 12:48:09.899 INFO PinpointProfileEnvironment : PropertiesPropertySource logging.config=classpath:profiles/local/log4j2.xml
10-23 12:48:09.899 INFO PinpointProfileEnvironment : Add PropertySource name:PinpointProfileEnvironment 'pinpoint.profiles.active=local'
10-23 12:48:10.010 [kground-preinit] INFO o.h.v.i.u.Version : 21 -- HV000001: Hibernate Validator 6.2.5.Final
10-23 12:48:10.010 [ main] INFO c.n.p.c.s.m.a.MultiApplication : 55 -- Starting MultiApplication v2.5.3 using Java 11.0.20 on localhost.localdomain with PID 260694 (/srv/pinpoint/pinpoint-collector-starter-boot-2.5.3.jar started by root in /srv/pinpoint)
10-23 12:48:10.010 [ main] DEBUG c.n.p.c.s.m.a.MultiApplication : 56 -- Running with Spring Boot v2.7.7, Spring v5.3.24
10-23 12:48:10.010 [ main] INFO c.n.p.c.s.m.a.MultiApplication :637 -- The following 1 profile is active: "local"
10-23 12:48:11.011 [ main] INFO c.n.p.c.s.m.a.MultiApplication : 61 -- Started MultiApplication in 1.775 seconds (JVM running for 3.199)
10-23 12:48:11.011 [ main] DEBUG c.n.p.c.s.e.EnvironmentLoggingListener : 53 -- ApplicationEvent:ApplicationStartingEvent
10-23 12:48:11.360 INFO ProfileResolveListener : onApplicationEvent(ApplicationEnvironmentPreparedEvent)
10-23 12:48:11.360 INFO ProfileEnvironmentPostProcessor : postProcessEnvironment
10-23 12:48:11.360 INFO PinpointProfileEnvironment : spring.profiles.active:[release]
10-23 12:48:11.360 INFO PinpointProfileEnvironment : pinpoint.profiles.active=release
10-23 12:48:11.360 INFO PinpointProfileEnvironment : PropertiesPropertySource pinpoint.profiles.active=release
10-23 12:48:11.360 INFO PinpointProfileEnvironment : PropertiesPropertySource logging.config=classpath:profiles/release/log4j2.xml
10-23 12:48:11.361 INFO PinpointProfileEnvironment : Add PropertySource name:PinpointProfileEnvironment 'pinpoint.profiles.active=release'
10-23 12:48:11.361 INFO AdditionalProfileListener : onApplicationEvent(ApplicationEnvironmentPreparedEvent)
10-23 12:48:11.361 INFO AdditionalProfileListener : current ActiveProfiles:[release]
10-23 12:48:11.361 INFO AdditionalProfileListener : Add profile:[metric]
10-23 12:48:11.362 INFO AdditionalProfileListener : after ActiveProfiles:[release, metric]
10-23 12:48:11.362 INFO AdditionalProfileListener : onApplicationEvent(ApplicationEnvironmentPreparedEvent)
10-23 12:48:11.362 INFO AdditionalProfileListener : current ActiveProfiles:[release, metric]
10-23 12:48:11.362 INFO AdditionalProfileListener : Add profile:[uri]
10-23 12:48:11.362 INFO AdditionalProfileListener : after ActiveProfiles:[release, metric, uri]
10-23 12:48:11.011 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 59 -- applicationEvent:ApplicationEnvironmentPreparedEvent
10-23 12:48:11.011 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name configurationProperties
10-23 12:48:11.011 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name commandLineArgs
10-23 12:48:11.011 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name servletConfigInitParams
10-23 12:48:11.011 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name servletContextInitParams
10-23 12:48:11.011 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name systemProperties
10-23 12:48:11.011 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name systemEnvironment
10-23 12:48:11.011 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name random
10-23 12:48:11.011 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name Config resource 'file [config/collector.properties]' via location './config/collector.properties'
10-23 12:48:11.011 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name Config resource 'class path resource [application.yml]' via location 'optional:classpath:/'
10-23 12:48:11.011 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name defaultProperties
10-23 12:48:11.011 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name PinpointProfileEnvironment 'pinpoint.profiles.active=release'
10-23 12:48:11.011 [ main] INFO c.n.p.c.s.e.ExternalEnvironmentListener : 44 -- onApplicationEvent(ApplicationEnvironmentPreparedEvent})
10-23 12:48:11.011 [ main] INFO c.n.p.c.s.e.ExternalEnvironment : 42 -- -Dpinpoint.collector.config.location is not set
10-23 12:48:11.011 [ main] DEBUG c.n.p.c.s.e.EnvironmentLoggingListener : 53 -- ApplicationEvent:ApplicationContextInitializedEvent
10-23 12:48:11.011 [ main] INFO c.n.p.c.s.m.a.MultiApplication :637 -- The following 4 profiles are active: "release", "metric", "uri", "local"
10-23 12:48:11.011 [ main] DEBUG c.n.p.c.s.e.EnvironmentLoggingListener : 53 -- ApplicationEvent:ApplicationPreparedEvent
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'hbaseConfiguration' of type [com.navercorp.pinpoint.common.hbase.HbaseConfigurationFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'hbaseConfiguration' of type [org.apache.hadoop.conf.Configuration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] DEBUG .u.PinpointThreadPoolExecutorFactoryBean:181 -- Initializing ExecutorService 'hbaseThreadPool'
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'hbaseThreadPool' of type [com.navercorp.pinpoint.common.server.util.PinpointThreadPoolExecutorFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'hbaseThreadPool' of type [java.util.concurrent.ThreadPoolExecutor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] DEBUG .u.PinpointThreadPoolExecutorFactoryBean:181 -- Initializing ExecutorService 'batchHbaseThreadPool'
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'batchHbaseThreadPool' of type [com.navercorp.pinpoint.common.server.util.PinpointThreadPoolExecutorFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'batchHbaseThreadPool' of type [java.util.concurrent.ThreadPoolExecutor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'bufferedMutatorConfiguration' of type [com.navercorp.pinpoint.common.hbase.batch.BufferedMutatorConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'abortPolicy' of type [java.util.concurrent.ThreadPoolExecutor$AbortPolicy] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'grpcSpanReceiverConfigurationFactory' of type [com.navercorp.pinpoint.collector.grpc.config.GrpcSpanReceiverConfigurationFactory$$EnhancerBySpringCGLIB$$f5987cd2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'grpcStatReceiverConfigurationFactory' of type [com.navercorp.pinpoint.collector.grpc.config.GrpcStatReceiverConfigurationFactory$$EnhancerBySpringCGLIB$$7238d81c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'collector.receiver.grpc.stat' of type [com.navercorp.pinpoint.collector.grpc.config.GrpcPropertiesServerOptionBuilder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'collector.receiver.grpc.stat.bindaddress' of type [com.navercorp.pinpoint.collector.receiver.BindAddress$Builder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'collector.receiver.grpc.stat.server.executor' of type [com.navercorp.pinpoint.collector.config.ExecutorConfiguration$Builder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'collector.receiver.grpc.stat.server-call.executor' of type [com.navercorp.pinpoint.collector.config.ExecutorConfiguration$Builder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'collector.receiver.grpc.stat.worker.executor' of type [com.navercorp.pinpoint.collector.config.ExecutorConfiguration$Builder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'collector.receiver.grpc.stat.stream' of type [com.navercorp.pinpoint.collector.grpc.config.GrpcStreamConfiguration$Builder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO .n.p.c.g.c.GrpcStatReceiverConfiguration: 67 -- enable:true
10-23 12:48:12.012 [ main] INFO .n.p.c.g.c.GrpcStatReceiverConfiguration: 68 -- bindAddress:BindAddress{0.0.0.0:9992}
10-23 12:48:12.012 [ main] INFO .n.p.c.g.c.GrpcStatReceiverConfiguration: 69 -- serverExecutor:ExecutorConfiguration{threadSize=128, queueSize=5120, monitorEnable=false}
10-23 12:48:12.012 [ main] INFO .n.p.c.g.c.GrpcStatReceiverConfiguration: 70 -- serverCallExecutor:ExecutorConfiguration{threadSize=128, queueSize=5120, monitorEnable=false}
10-23 12:48:12.012 [ main] INFO .n.p.c.g.c.GrpcStatReceiverConfiguration: 71 -- workerExecutor:ExecutorConfiguration{threadSize=128, queueSize=5120, monitorEnable=false}
10-23 12:48:12.012 [ main] INFO .n.p.c.g.c.GrpcStatReceiverConfiguration: 72 -- serverOption:ServerOption{keepAliveTime=30000, keepAliveTimeout=60000, permitKeepAliveTime=20000, permitKeepAliveWithoutCalls=false, maxConnectionIdle=360000, maxConcurrentCallsPerConnection=1024, maxInboundMessageSize=4194304, maxHeaderListSize=1024, handshakeTimeout=120000, flowControlWindow=1048576, receiveBufferSize=65536, grpcMaxTermWaitTimeMillis=3000, channelTypeEnum=AUTO}
10-23 12:48:12.012 [ main] INFO .n.p.c.g.c.GrpcStatReceiverConfiguration: 50 -- streamConfiguration:StreamConfiguration{schedulerThreadSize=1, callInitRequestCount=1000, schedulerPeriodMillis=64, schedulerRecoveryMessageCount=10, idleTimeout=-1, throttledLoggerRatio=1}
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'grpcStatReceiverConfig' of type [com.navercorp.pinpoint.collector.grpc.config.GrpcStatReceiverConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO c.n.p.c.c.MetricConfiguration : 19 -- Install MetricConfiguration
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'com.navercorp.pinpoint.collector.config.MetricConfiguration' of type [com.navercorp.pinpoint.collector.config.MetricConfiguration$$EnhancerBySpringCGLIB$$39576e5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'metricRegistry' of type [com.codahale.metrics.MetricRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] DEBUG c.n.p.c.r.ExecutorFactoryBean :181 -- Initializing ExecutorService 'grpcStatWorkerExecutor'
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'grpcStatWorkerExecutor' of type [com.navercorp.pinpoint.collector.receiver.ExecutorFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'grpcStatWorkerExecutor' of type [java.util.concurrent.ThreadPoolExecutor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'grpcStatStreamScheduler' of type [org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'grpcStatStreamScheduler' of type [java.util.concurrent.ScheduledThreadPoolExecutor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'collector.receiver.grpc.span' of type [com.navercorp.pinpoint.collector.grpc.config.GrpcPropertiesServerOptionBuilder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'collector.receiver.grpc.span.bindaddress' of type [com.navercorp.pinpoint.collector.receiver.BindAddress$Builder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'collector.receiver.grpc.span.server.executor' of type [com.navercorp.pinpoint.collector.config.ExecutorConfiguration$Builder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'collector.receiver.grpc.span.server-call.executor' of type [com.navercorp.pinpoint.collector.config.ExecutorConfiguration$Builder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'collector.receiver.grpc.span.worker.executor' of type [com.navercorp.pinpoint.collector.config.ExecutorConfiguration$Builder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'collector.receiver.grpc.span.stream' of type [com.navercorp.pinpoint.collector.grpc.config.GrpcStreamConfiguration$Builder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO .n.p.c.g.c.GrpcSpanReceiverConfiguration: 67 -- enable:true
10-23 12:48:12.012 [ main] INFO .n.p.c.g.c.GrpcSpanReceiverConfiguration: 68 -- bindAddress:BindAddress{0.0.0.0:9993}
10-23 12:48:12.012 [ main] INFO .n.p.c.g.c.GrpcSpanReceiverConfiguration: 69 -- serverExecutor:ExecutorConfiguration{threadSize=128, queueSize=5120, monitorEnable=false}
10-23 12:48:12.012 [ main] INFO .n.p.c.g.c.GrpcSpanReceiverConfiguration: 70 -- serverCallExecutor:ExecutorConfiguration{threadSize=128, queueSize=5120, monitorEnable=false}
10-23 12:48:12.012 [ main] INFO .n.p.c.g.c.GrpcSpanReceiverConfiguration: 71 -- workerExecutor:ExecutorConfiguration{threadSize=128, queueSize=5120, monitorEnable=false}
10-23 12:48:12.012 [ main] INFO .n.p.c.g.c.GrpcSpanReceiverConfiguration: 72 -- serverOption:ServerOption{keepAliveTime=30000, keepAliveTimeout=60000, permitKeepAliveTime=20000, permitKeepAliveWithoutCalls=false, maxConnectionIdle=360000, maxConcurrentCallsPerConnection=1024, maxInboundMessageSize=4194304, maxHeaderListSize=1024, handshakeTimeout=120000, flowControlWindow=1048576, receiveBufferSize=65536, grpcMaxTermWaitTimeMillis=3000, channelTypeEnum=AUTO}
10-23 12:48:12.012 [ main] INFO .n.p.c.g.c.GrpcSpanReceiverConfiguration: 50 -- streamConfiguration:StreamConfiguration{schedulerThreadSize=1, callInitRequestCount=1000, schedulerPeriodMillis=64, schedulerRecoveryMessageCount=10, idleTimeout=-1, throttledLoggerRatio=1}
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'grpcSpanReceiverConfig' of type [com.navercorp.pinpoint.collector.grpc.config.GrpcSpanReceiverConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] DEBUG c.n.p.c.r.ExecutorFactoryBean :181 -- Initializing ExecutorService 'grpcSpanWorkerExecutor'
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'grpcSpanWorkerExecutor' of type [com.navercorp.pinpoint.collector.receiver.ExecutorFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'grpcSpanWorkerExecutor' of type [java.util.concurrent.ThreadPoolExecutor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'grpcSpanStreamScheduler' of type [org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'grpcSpanStreamScheduler' of type [java.util.concurrent.ScheduledThreadPoolExecutor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO c.n.p.c.h.c.HbaseNamespaceConfiguration : 17 -- Install HbaseNamespaceConfiguration
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'com.navercorp.pinpoint.common.hbase.config.HbaseNamespaceConfiguration' of type [com.navercorp.pinpoint.common.hbase.config.HbaseNamespaceConfiguration$$EnhancerBySpringCGLIB$$def58266] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] INFO trationDelegate$BeanPostProcessorChecker:376 -- Bean 'tableNameProvider' of type [com.navercorp.pinpoint.common.hbase.HbaseTableNameProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
10-23 12:48:12.012 [ main] WARN o.a.h.u.NativeCodeLoader : 62 -- Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.hadoop.security.authentication.util.KerberosUtil (jar:file:/srv/pinpoint/pinpoint-collector-starter-boot-2.5.3.jar!/BOOT-INF/lib/hbase-shaded-client-1.7.2.jar!/) to method sun.security.krb5.Config.getInstance()
WARNING: Please consider reporting this to the maintainers of org.apache.hadoop.security.authentication.util.KerberosUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
10-23 12:48:13.013 [ main] INFO o.a.h.h.z.RecoverableZooKeeper :119 -- Process identifier=hconnection-0x4287d447 connecting to ZooKeeper ensemble=localhost:2181
10-23 12:48:13.013 [ main] INFO o.a.h.h.s.o.a.z.ZooKeeper :100 -- Client environment:zookeeper.version=3.4.10-39d3a4f269333c922ed3db283be479f9deacaa0f, built on 03/23/2017 10:13 GMT
10-23 12:48:13.013 [ main] INFO o.a.h.h.s.o.a.z.ZooKeeper :100 -- Client environment:host.name=localhost
10-23 12:48:13.013 [ main] INFO o.a.h.h.s.o.a.z.ZooKeeper :100 -- Client environment:java.version=11.0.20
10-23 12:48:13.013 [ main] INFO o.a.h.h.s.o.a.z.ZooKeeper :100 -- Client environment:java.vendor=Red Hat, Inc.
10-23 12:48:13.013 [ main] INFO o.a.h.h.s.o.a.z.ZooKeeper :100 -- Client environment:java.home=/usr/lib/jvm/java-11-openjdk-11.0.20.0.8-3.el9.x86_64
10-23 12:48:13.013 [ main] INFO o.a.h.h.s.o.a.z.ZooKeeper :100 -- Client environment:java.class.path=pinpoint-collector-starter-boot-2.5.3.jar
10-23 12:48:13.013 [ main] INFO o.a.h.h.s.o.a.z.ZooKeeper :100 -- Client environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
10-23 12:48:13.013 [ main] INFO o.a.h.h.s.o.a.z.ZooKeeper :100 -- Client environment:java.io.tmpdir=/tmp
10-23 12:48:13.013 [ main] INFO o.a.h.h.s.o.a.z.ZooKeeper :100 -- Client environment:java.compiler=
88888888ba 88 888b 88 88888888ba ,ad8888ba, 88 888b 88 888888888888
88 ,8P 88 88 `8b 88 88 ,8P d8' `8b 88 88 `8b 88 88
88aaaaaa8P' 88 88 `8b 88 88aaaaaa8P' 88 da 88 88 88 `8b 88 88
88 88 88 `8b 88 88 Y8, ,8P 88 88 `8b 88 88
88 88 88 `888 88 `"Y8888Y"' 88 88 `888 88
https://github.com/pinpoint-apm/pinpoint
:: Pinpoint Version :: 2.5.3
:: pinpoint.zookeeper.address :: localhost:2181
:: collector.receiver.base.ip :: 0.0.0.0
:: collector.receiver.base.port :: 9994
:: collector.receiver.stat.udp :: true
:: collector.receiver.stat.udp.ip :: 0.0.0.0
:: collector.receiver.stat.udp.port :: 9995
:: collector.receiver.stat.tcp :: false
:: collector.receiver.stat.tcp.ip :: 0.0.0.0
:: collector.receiver.stat.tcp.port :: 9995
:: collector.receiver.span.udp :: true
:: collector.receiver.span.udp.ip :: 0.0.0.0
:: collector.receiver.span.udp.port :: 9996
:: collector.receiver.span.tcp :: false
:: collector.receiver.span.tcp.ip :: 0.0.0.0
:: collector.receiver.span.tcp.port :: 9996
:: cluster.enable :: true
:: cluster.zookeeper.address :: localhost:2181
:: cluster.zookeeper.znode_root :: /pinpoint-cluster
:: cluster.listen.ip ::
:: cluster.listen.port :: -1
:: flink.cluster.enable :: false
:: flink.cluster.zookeeper.address :: localhost:2181
:: flink.cluster.zookeeper.znode_root :: /pinpoint-cluster
:: collector.receiver.grpc.agent.enable :: true
:: collector.receiver.grpc.stat.enable :: true
:: collector.receiver.grpc.span.enable :: true
:: hbase.client.host :: localhost:2181
:: hbase.client.port :: 2181
:: hbase.zookeeper.znode.parent :: /hbase
:: hbase.namespace :: default
10-23 12:48:16.016 [ main] DEBUG c.n.p.c.s.e.EnvironmentLoggingListener : 53 -- ApplicationEvent:ApplicationReadyEvent 10-23 12:48:16.192 INFO MultiApplication : Start METRIC collector 10-23 12:48:16.016 [ main] DEBUG c.n.p.c.s.e.EnvironmentLoggingListener : 53 -- ApplicationEvent:ApplicationStartingEvent 10-23 12:48:16.212 INFO ProfileResolveListener : onApplicationEvent(ApplicationEnvironmentPreparedEvent) 10-23 12:48:16.212 INFO ProfileEnvironmentPostProcessor : postProcessEnvironment 10-23 12:48:16.212 INFO PinpointProfileEnvironment : spring.profiles.active:[release] 10-23 12:48:16.212 INFO PinpointProfileEnvironment : pinpoint.profiles.active=release 10-23 12:48:16.212 INFO PinpointProfileEnvironment : PropertiesPropertySource pinpoint.profiles.active=release 10-23 12:48:16.212 INFO PinpointProfileEnvironment : PropertiesPropertySource logging.config=classpath:profiles/release/log4j2.xml 10-23 12:48:16.212 INFO PinpointProfileEnvironment : Add PropertySource name:PinpointProfileEnvironment 'pinpoint.profiles.active=release' 10-23 12:48:16.213 INFO AdditionalProfileListener : onApplicationEvent(ApplicationEnvironmentPreparedEvent) 10-23 12:48:16.213 INFO AdditionalProfileListener : current ActiveProfiles:[release] 10-23 12:48:16.213 INFO AdditionalProfileListener : Add profile:[metric] 10-23 12:48:16.213 INFO AdditionalProfileListener : after ActiveProfiles:[release, metric] 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 59 -- applicationEvent:ApplicationEnvironmentPreparedEvent 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name configurationProperties 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name commandLineArgs 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name servletConfigInitParams 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name servletContextInitParams 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name systemProperties 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name systemEnvironment 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name random 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name Config resource 'file [config/collector.properties]' via location './config/collector.properties' 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name defaultProperties 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name PinpointProfileEnvironment 'pinpoint.profiles.active=release' 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.ExternalEnvironmentListener : 44 -- onApplicationEvent(ApplicationEnvironmentPreparedEvent}) 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.ExternalEnvironment : 42 -- -Dpinpoint.collector.config.location is not set 10-23 12:48:16.016 [ main] DEBUG c.n.p.c.s.e.EnvironmentLoggingListener : 53 -- ApplicationEvent:ApplicationContextInitializedEvent 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.m.a.MultiApplication :637 -- The following 3 profiles are active: "release", "metric", "local" 10-23 12:48:16.016 [ main] DEBUG c.n.p.c.s.e.EnvironmentLoggingListener : 53 -- ApplicationEvent:ApplicationPreparedEvent 10-23 12:48:16.016 [el-Worker(18-0)] DEBUG i.g.n.LogIdServerListenerDelegator : 24 -- transportCreated:NettyServerTransport{logId=10, channel=[id: 0x82ba9db2, L:/192.168.4.240:9992 - R:/192.168.4.233:60742]} NettyServerTransport<10>: (/192.168.4.233:60742) 10-23 12:48:16.016 [el-Worker(18-0)] DEBUG i.n.b.AbstractByteBuf : 63 -- -Dio.netty.buffer.checkAccessible: true 10-23 12:48:16.016 [el-Worker(18-0)] DEBUG i.n.b.AbstractByteBuf : 64 -- -Dio.netty.buffer.checkBounds: true 10-23 12:48:16.016 [el-Worker(18-0)] DEBUG i.n.u.ResourceLeakDetectorFactory :196 -- Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@3332cae5 10-23 12:48:16.016 [el-Worker(18-0)] DEBUG i.g.n.NettyServerHandler :214 -- [id: 0x82ba9db2, L:/192.168.4.240:9992 - R:/192.168.4.233:60742] OUTBOUND SETTINGS: ack=false settings={MAX_CONCURRENT_STREAMS=1024, INITIAL_WINDOW_SIZE=1048576, MAX_HEADER_LIST_SIZE=1024} 10-23 12:48:16.016 [el-Worker(18-0)] DEBUG i.n.u.Recycler : 85 -- -Dio.netty.recycler.maxCapacityPerThread: 4096 10-23 12:48:16.016 [el-Worker(18-0)] DEBUG i.n.u.Recycler : 86 -- -Dio.netty.recycler.ratio: 8 10-23 12:48:16.016 [el-Worker(18-0)] DEBUG i.n.u.Recycler : 87 -- -Dio.netty.recycler.chunkSize: 32 10-23 12:48:16.016 [el-Worker(18-0)] DEBUG i.n.u.Recycler : 88 -- -Dio.netty.recycler.blocking: false 10-23 12:48:16.016 [el-Worker(18-0)] DEBUG i.g.n.NettyServerHandler :214 -- [id: 0x82ba9db2, L:/192.168.4.240:9992 - R:/192.168.4.233:60742] OUTBOUND WINDOW_UPDATE: streamId=0 windowSizeIncrement=983041 10-23 12:48:16.016 [el-Worker(18-0)] DEBUG i.g.n.NettyServerHandler :214 -- [id: 0x82ba9db2, L:/192.168.4.240:9992 - R:/192.168.4.233:60742] INBOUND SETTINGS: ack=false settings={ENABLE_PUSH=0, MAX_CONCURRENT_STREAMS=0, INITIAL_WINDOW_SIZE=1048576, MAX_HEADER_LIST_SIZE=8192} 10-23 12:48:16.016 [el-Worker(18-0)] DEBUG i.g.n.NettyServerHandler :191 -- [id: 0x82ba9db2, L:/192.168.4.240:9992 - R:/192.168.4.233:60742] OUTBOUND SETTINGS: ack=true 10-23 12:48:16.016 [el-Worker(18-0)] DEBUG i.g.n.LogIdAttachListener : 35 -- logId:10 transportReady:{io.grpc.Grpc.TRANSPORT_ATTR_LOCAL_ADDR=/192.168.4.240:9992, io.grpc.internal.GrpcAttributes.securityLevel=NONE, io.grpc.Grpc.TRANSPORT_ATTR_REMOTE_ADDR=/192.168.4.233:60742} 10-23 12:48:16.016 [el-Worker(18-0)] DEBUG .p.c.r.g.PermissionServerTransportFilter: 49 -- Ready attributes={io.grpc.Grpc.TRANSPORT_ATTR_LOCAL_ADDR=/192.168.4.240:9992, io.grpc.internal.GrpcAttributes.securityLevel=NONE, logId=10, io.grpc.Grpc.TRANSPORT_ATTR_REMOTE_ADDR=/192.168.4.233:60742} 10-23 12:48:16.016 [ main] INFO o.s.b.w.e.t.TomcatWebServer :108 -- Tomcat initialized with port(s): 15200 (http) 10-23 12:48:16.016 [ main] INFO o.a.c.h.Http11NioProtocol :173 -- Initializing ProtocolHandler ["http-nio-15200"] 10-23 12:48:16.016 [ main] INFO o.a.c.c.StandardService :173 -- Starting service [Tomcat] 10-23 12:48:16.016 [ main] INFO o.a.c.c.StandardEngine :173 -- Starting Servlet engine: [Apache Tomcat/9.0.70] 10-23 12:48:16.016 [ main] INFO o.a.c.c.C.[.[.[/] :173 -- Initializing Spring embedded WebApplicationContext 10-23 12:48:16.016 [ main] INFO w.s.c.ServletWebServerApplicationContext:292 -- Root WebApplicationContext: initialization completed in 308 ms 10-23 12:48:16.016 [el-Worker(18-0)] DEBUG c.n.p.g.s.MetadataServerTransportFilter : 42 -- transportReady transportMetadata=DefaultTransportMetadata{debugString='grpcStatReceiver', remoteAddress=/192.168.4.233:60742, localAddress=/192.168.4.240:9992, transportId=0, connectTime=1698032896532, logId=10} 10-23 12:48:16.016 [el-Worker(18-0)] DEBUG c.n.p.g.c.ChannelzServerTransportFilter : 33 -- Add logId:10 remoteAddress:192.168.4.233:60742 localAddress:192.168.4.240:9992 10-23 12:48:16.016 [el-Worker(18-0)] DEBUG i.g.n.NettyServerHandler :214 -- [id: 0x82ba9db2, L:/192.168.4.240:9992 - R:/192.168.4.233:60742] INBOUND WINDOW_UPDATE: streamId=0 windowSizeIncrement=983041 10-23 12:48:16.016 [el-Worker(18-0)] DEBUG i.g.n.NettyServerHandler :191 -- [id: 0x82ba9db2, L:/192.168.4.240:9992 - R:/192.168.4.233:60742] INBOUND SETTINGS: ack=true 10-23 12:48:16.016 [ main] INFO c.n.p.p.k.KafkaConfiguration : 39 -- kafka bootstrap.servers:localhost:19092 10-23 12:48:16.016 [ main] DEBUG c.n.p.p.k.KafkaConfiguration : 40 -- kafka config:KafkaProperties{bootstrapServers='localhost:19092', keySerializer='org.apache.kafka.common.serialization.StringSerializer', valueSerializer='org.springframework.kafka.support.serializer.JsonSerializer', partitionerClass='org.apache.kafka.clients.producer.internals.DefaultPartitioner', acks='1', compressionType='zstd'} 10-23 12:48:16.016 [ main] INFO c.n.p.p.c.PinotDatasourceConfiguration : 22 -- pinot jdbc url:jdbc:pinot://localhost:9000 10-23 12:48:16.016 [ main] DEBUG c.n.p.p.c.PinotDatasourceConfiguration : 23 -- pinot jdbc username:userId 10-23 12:48:16.016 [ main] INFO c.c.MetricCollectorPinotDaoConfiguration: 42 -- Mapper location: URL [jar:file:/srv/pinpoint/pinpoint-collector-starter-boot-2.5.3.jar!/BOOT-INF/lib/pinpoint-metric-2.5.3.jar!/pinot-collector/mapper/pinot/MetricTagMapper.xml] 10-23 12:48:16.016 [ main] INFO c.c.MetricCollectorPinotDaoConfiguration: 42 -- Mapper location: URL [jar:file:/srv/pinpoint/pinpoint-collector-starter-boot-2.5.3.jar!/BOOT-INF/lib/pinpoint-metric-2.5.3.jar!/pinot-collector/mapper/pinot/MetricDataTypeMapper.xml] 10-23 12:48:16.016 [el-Worker(14-0)] DEBUG i.g.n.LogIdServerListenerDelegator : 24 -- transportCreated:NettyServerTransport{logId=11, channel=[id: 0x2ad55017, L:/192.168.4.240:9991 - R:/192.168.4.233:55312]} NettyServerTransport<11>: (/192.168.4.233:55312) 10-23 12:48:16.016 [el-Worker(14-0)] DEBUG i.g.n.NettyServerHandler :214 -- [id: 0x2ad55017, L:/192.168.4.240:9991 - R:/192.168.4.233:55312] OUTBOUND SETTINGS: ack=false settings={MAX_CONCURRENT_STREAMS=128, INITIAL_WINDOW_SIZE=1048576, MAX_HEADER_LIST_SIZE=1024} 10-23 12:48:16.016 [el-Worker(14-0)] DEBUG i.g.n.NettyServerHandler :214 -- [id: 0x2ad55017, L:/192.168.4.240:9991 - R:/192.168.4.233:55312] OUTBOUND WINDOW_UPDATE: streamId=0 windowSizeIncrement=983041 10-23 12:48:16.016 [el-Worker(14-0)] DEBUG i.g.n.NettyServerHandler :214 -- [id: 0x2ad55017, L:/192.168.4.240:9991 - R:/192.168.4.233:55312] INBOUND SETTINGS: ack=false settings={ENABLE_PUSH=0, MAX_CONCURRENT_STREAMS=0, INITIAL_WINDOW_SIZE=1048576, MAX_HEADER_LIST_SIZE=8192} 10-23 12:48:16.016 [el-Worker(14-0)] DEBUG i.g.n.NettyServerHandler :191 -- [id: 0x2ad55017, L:/192.168.4.240:9991 - R:/192.168.4.233:55312] OUTBOUND SETTINGS: ack=true 10-23 12:48:16.016 [el-Worker(14-0)] DEBUG i.g.n.LogIdAttachListener : 35 -- logId:11 transportReady:{io.grpc.Grpc.TRANSPORT_ATTR_LOCAL_ADDR=/192.168.4.240:9991, io.grpc.internal.GrpcAttributes.securityLevel=NONE, io.grpc.Grpc.TRANSPORT_ATTR_REMOTE_ADDR=/192.168.4.233:55312} 10-23 12:48:16.016 [el-Worker(14-0)] DEBUG .p.c.r.g.PermissionServerTransportFilter: 49 -- Ready attributes={io.grpc.Grpc.TRANSPORT_ATTR_LOCAL_ADDR=/192.168.4.240:9991, io.grpc.internal.GrpcAttributes.securityLevel=NONE, logId=11, io.grpc.Grpc.TRANSPORT_ATTR_REMOTE_ADDR=/192.168.4.233:55312} 10-23 12:48:16.016 [el-Worker(14-0)] DEBUG c.n.p.g.s.MetadataServerTransportFilter : 42 -- transportReady transportMetadata=DefaultTransportMetadata{debugString='grpcAgentReceiver', remoteAddress=/192.168.4.233:55312, localAddress=/192.168.4.240:9991, transportId=1, connectTime=1698032896675, logId=11} 10-23 12:48:16.016 [el-Worker(14-0)] DEBUG i.g.n.NettyServerHandler :214 -- [id: 0x2ad55017, L:/192.168.4.240:9991 - R:/192.168.4.233:55312] INBOUND WINDOW_UPDATE: streamId=0 windowSizeIncrement=983041 10-23 12:48:16.016 [el-Worker(14-0)] DEBUG i.g.n.NettyServerHandler :191 -- [id: 0x2ad55017, L:/192.168.4.240:9991 - R:/192.168.4.233:55312] INBOUND SETTINGS: ack=true 10-23 12:48:16.016 [ main] INFO c.n.p.m.c.m.SimpleSystemMetricMetadata : 56 -- Failed Loading Metadata 10-23 12:48:16.016 [ main] DEBUG uration$$EnhancerBySpringCGLIB$$dfa1fe5f: 23 -- pinot tenantId:DefaultTenant 10-23 12:48:16.016 [ main] INFO o.a.c.h.Http11NioProtocol :173 -- Starting ProtocolHandler ["http-nio-15200"] 10-23 12:48:16.016 [ main] INFO o.s.b.w.e.t.TomcatWebServer :220 -- Tomcat started on port(s): 15200 (http) with context path '' 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.m.a.MultiApplication : 61 -- Started MultiApplication in 0.724 seconds (JVM running for 8.793) 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 59 -- applicationEvent:ApplicationStartedEvent 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name configurationProperties 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name commandLineArgs 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name servletConfigInitParams 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name servletContextInitParams 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name systemProperties 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name systemEnvironment 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name random 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name Config resource 'file [config/collector.properties]' via location './config/collector.properties' 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name PinpointProfileEnvironment 'pinpoint.profiles.active=release' 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name server.ports 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name PinpointProfileEnvironment 'pinpoint.profiles.active=local' 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name class path resource [profiles/release/kafka-producer-factory.properties] 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name class path resource [pinot/profiles/release/pinot-tenant.properties] 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name class path resource [pinot/profiles/release/pinot-jdbc.properties] 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name MetricAppPropertySources-KAFKA 10-23 12:48:16.016 [ main] INFO c.n.p.c.s.e.EnvironmentLoggingListener : 71 -- PropertySource name defaultProperties
88888888ba 88 888b 88 88888888ba ,ad8888ba, 88 888b 88 888888888888
88 ,8P 88 88 `8b 88 88 ,8P d8' `8b 88 88 `8b 88 88
88aaaaaa8P' 88 88 `8b 88 88aaaaaa8P' 88 da 88 88 88 `8b 88 88
88 88 88 `8b 88 88 Y8, ,8P 88 88 `8b 88 88
88 88 88 `888 88 `"Y8888Y"' 88 88 `888 88
https://github.com/pinpoint-apm/pinpoint
:: Pinpoint Version :: 2.5.3
10-23 12:48:16.016 [ main] DEBUG c.n.p.c.s.e.EnvironmentLoggingListener : 53 -- ApplicationEvent:ApplicationReadyEvent 10-23 12:48:17.017 [el-Worker(14-1)] DEBUG i.g.n.LogIdServerListenerDelegator : 24 -- transportCreated:NettyServerTransport{logId=12, channel=[id: 0x4c9fb72e, L:/192.168.4.240:9991 - R:/192.168.4.233:39566]} NettyServerTransport<12>: (/192.168.4.233:39566) 10-23 12:48:17.017 [el-Worker(14-1)] DEBUG i.g.n.NettyServerHandler :214 -- [id: 0x4c9fb72e, L:/192.168.4.240:9991 - R:/192.168.4.233:39566] OUTBOUND SETTINGS: ack=false settings={MAX_CONCURRENT_STREAMS=128, INITIAL_WINDOW_SIZE=1048576, MAX_HEADER_LIST_SIZE=1024} 10-23 12:48:17.017 [el-Worker(14-1)] DEBUG i.g.n.NettyServerHandler :214 -- [id: 0x4c9fb72e, L:/192.168.4.240:9991 - R:/192.168.4.233:39566] OUTBOUND WINDOW_UPDATE: streamId=0 windowSizeIncrement=983041 10-23 12:48:17.017 [el-Worker(14-1)] DEBUG i.g.n.NettyServerHandler :214 -- [id: 0x4c9fb72e, L:/192.168.4.240:9991 - R:/192.168.4.233:39566] INBOUND SETTINGS: ack=false settings={ENABLE_PUSH=0, MAX_CONCURRENT_STREAMS=0, INITIAL_WINDOW_SIZE=1048576,
There was a problem because there was a typo in the telegraf settings. Try changing the settings as shown below.
AS-IS
url = "http://192.168.4.240:15200/telgegraf"
TO-BE
url = "http://192.168.4.240:15200/telegraf"
Looking at the collector log, it is normally listening to the port.
10-23 12:48:16.016 [ main] INFO o.a.c.h.Http11NioProtocol :173 -- Starting ProtocolHandler ["http-nio-15200"]
10-23 12:48:16.016 [ main] INFO o.s.b.w.e.t.TomcatWebServer :220 -- Tomcat started on port(s): 15200 (http) with context path ''
Please edit the above inquiries into English if possible.
url = "http://192.168.4.240:15200/telegraf" telegraf setting changed but not connect.
start telegraf debug [root@localhost telegraf]# telegraf -debug 2023-10-24T02:10:16Z I! Loading config: /etc/telegraf/telegraf.conf 2023-10-24T02:10:16Z I! Starting Telegraf 1.28.2 brought to you by InfluxData the makers of InfluxDB 2023-10-24T02:10:16Z I! Available plugins: 240 inputs, 9 aggregators, 29 processors, 24 parsers, 59 outputs, 5 secret-stores 2023-10-24T02:10:16Z I! Loaded inputs: chrony cpu disk diskio kernel mem processes swap system 2023-10-24T02:10:16Z I! Loaded aggregators: 2023-10-24T02:10:16Z I! Loaded processors: 2023-10-24T02:10:16Z I! Loaded secretstores: 2023-10-24T02:10:16Z I! Loaded outputs: http 2023-10-24T02:10:16Z I! Tags enabled: host=localhost.localdomain 2023-10-24T02:10:16Z I! [agent] Config: Interval:10s, Quiet:false, Hostname:"localhost.localdomain", Flush Interval:10s 2023-10-24T02:10:16Z D! [agent] Initializing plugins 2023-10-24T02:10:16Z D! [agent] Connecting outputs 2023-10-24T02:10:16Z D! [agent] Attempting connection to [outputs.http] 2023-10-24T02:10:16Z D! [agent] Successfully connected to outputs.http 2023-10-24T02:10:16Z D! [agent] Starting service inputs 2023-10-24T02:10:26Z D! [outputs.http] Buffer fullness: 16 / 10000 metrics 2023-10-24T02:10:26Z E! [agent] Error writing to outputs.http: when writing to [http://192.168.4.240:15200/telegraf] received status code: 400. body: {"timestamp":"2023-10-24T02:10:26.139+00:00","status":400,"error":"Bad Request","path":"/telegraf"} 2023-10-24T02:10:36Z D! [outputs.http] Buffer fullness: 37 / 10000 metrics 2023-10-24T02:10:36Z E! [agent] Error writing to outputs.http: when writing to [http://192.168.4.240:15200/telegraf] received status code: 400. body: {"timestamp":"2023-10-24T02:10:36.139+00:00","status":400,"error":"Bad Request","path":"/telegraf"} 2023-10-24T02:10:46Z D! [outputs.http] Buffer fullness: 58 / 10000 metrics 2023-10-24T02:10:46Z E! [agent] Error writing to outputs.http: when writing to [http://192.168.4.240:15200/telegraf] received status code: 400. body: {"timestamp":"2023-10-24T02:10:46.140+00:00","status":400,"error":"Bad Request","path":"/telegraf"} 2023-10-24T02:10:56Z D! [outputs.http] Buffer fullness: 79 / 10000 metrics 2023-10-24T02:10:56Z E! [agent] Error writing to outputs.http: when writing to [http://192.168.4.240:15200/telegraf] received status code: 400. body: {"timestamp":"2023-10-24T02:10:56.141+00:00","status":400,"error":"Bad Request","path":"/telegraf"}
@pjb1979 I tested it myself and there was no problem with pinpoint.
There is one additional strange thing. You used 192.168.x.x, which is the IP used on the internal network. Are the collector and telegarf agent communicating in the network you configured? Test by setting the URL using the external IP of the collector server.
system metric 기능 활성화 후 telegraf 를 아래와 같이 설정하여 debug 하면 404 에러가 발생합니다. uri는 구성하여 정상적으로 출력되며, kafka topic과 pinot table 또한 정상적으로 생성되었습니다. 실행 버전은 pinpoint-collector-starter-boot-2.5.3.jar 이며, web과 collector에 모든 설정은 추가하였습니다. 뭐가 문제일까요?? 공식 문서를 보고 설정하였습니다. 아래 화면은 web 화면
web config spring.profiles.active=release pinpoint.zookeeper.address=localhost:2181 cluster.zookeeper.sesstiontimeout=30000 pinpoint.pinot.jdbc.url=jdbc:pinot://localhost:9000 pinpoint.pinot.jdbc.username=userId pinpoint.pinot.jdbc.password=password config.show.urlStat=true config.show.systemMetric=true pinpoint.pinot.tenantId=DefaultTenan
collector config spring.profiles.active=release pinpoint.zookeeper.address=localhost:2181 flink.cluster.enable=true flink.cluster.zookeeper.address=localhost:2181 flink.cluster.zookeeper.sessiontimeout=3000 pinpoint.pinot.jdbc.url=jdbc:pinot://localhost:9000 pinpoint.pinot.jdbc.username=userId pinpoint.pinot.jdbc.password=password pinpoint.metric.kafka.bootstrap.servers=localhost:19092 pinpoint.collector.type=ALL collector.stat.uri=true kafka.uri.topic=uri-stat pinpoint.pinot.tenantId=DefaultTenant
telegraf.conf 기본파일에 아래 설정 추가 [[outputs.http]] url = "http://192.168.4.240:15200/telgegraf"
[outputs.http.headers] hostGroupName = "test" Content-Type = "application/json"