Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uri stat 설정 문의 #10175

Closed
NobleTuna opened this issue Jul 28, 2023 · 2 comments
Closed

uri stat 설정 문의 #10175

NobleTuna opened this issue Jul 28, 2023 · 2 comments

Comments

@NobleTuna
Copy link

NobleTuna commented Jul 28, 2023

안녕하세요.

pinpoint-hbase2-collector-boot-2.5.2.jar
pinpoint-hbase2-web-boot-2.5.2.jar
으로 uri stat 기능이 작동하지 않아 삽질중에 있습니다.

https://github.com/pinpoint-apm/pinpoint/blob/master/uristat/uristat-common/src/main/pinot/pinot-uriStat-realtime-table.json
의 uri-stat topic 생성을 보면

$ bin/kafka-topics.sh --create --topic uri-stat --bootstrap-server ${YOUR_KAFKA_SERVER_ADDRESS}

uri-stat 토픽을 생성하라고 가이드 되어있는데

uristat/uristat-common/src/main/pinot/pinot-uriStat-realtime-table.json
의 테이블 구성을보면 tream.kafka.topic.name이 url-stat 로 되어있습니다.

"streamConfigs": { "streamType": "kafka", "stream.kafka.consumer.type": "lowlevel", "stream.kafka.topic.name": "url-stat",

토픽명이 다른것이 맞는 설정인지 확인부탁드립니다.

아울러
-Dkafka.uri.topic=url-stat
옵션을 주소 collector를 실행시켜도
url-stat 에 들어오는 것이 없는데, 릴리즈된 pinpoint-hbase2-collector-boot-2.5.2.jar 에 url-stat 기능이 포함되어있는지 확인 부탁드립니다.

@ga-ram
Copy link
Contributor

ga-ram commented Aug 3, 2023

As you pointed out, you should create kafka topic with the name url-stat to use mentioned pinot-uriStat-realtime-table.json configuration file.
I have updated the document accordingly.
pinpoint-apm/pinpoint-apm.github.io#45

Since we no longer support hbase 1 from 2.6.0 (#10131), hbase2 + uri stat + system metric images will be released in v2.6.0

@NobleTuna
Copy link
Author

@ga-ram
Thank you.
Close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants