-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
How to get the collector and web binaries that support uri statistics and hbase2? #10045
Comments
The url statistics feature requires an apache pinot. Please refer to the uri stat guide. |
Thank you for your reply. kafka version:3.4.0 collector Start command:nohup java -jar -Xmx8g -Xms8g -Xmn2g -XX:+UseConcMarkSweepGC -XX:ParallelGCThreads=8 -XX:+CMSParallelRemarkEnabled -XX:CMSInitiatingOccupancyFraction=70 pinpoint-collector-starter-boot-2.5.2.jar -
|
Append:
06-15 10:51:02.002 [ main] DEBUG c.n.p.c.c.CollectorConfiguration : 41 -- boolean metricJmxEnable @value("${collector.metric.jmx:false}") = false
|
Is this resolved? I seem to have the same issue. |
Haven't solved yet. |
we are also experiencing the same issue, is there any planned support of uristats with hbase2 compatible jars? |
hbase2 will be used for images in v3.0.0 |
Pinpoint3 supports hBase2 |
Hello,
I deployed pinpoint-hbase2-collector-boot-2.5.2.jar and pinpoint-hbase2-web-boot-2.5.2.jar. But uri statistics does not seem to be supported. Non-base2 versions have dedicated binaries, such as Pint-collector-starter-boot-2.3.2.jar.
Do collector and web for hbase2 support uri statistics? How to get the collector and web binaries that support uri statistics and hbase2?
The text was updated successfully, but these errors were encountered: