pinpoint-apm / pinpoint

APM, (Application Performance Management) tool for large-scale distributed systems.
https://pinpoint-apm.gitbook.io/
Apache License 2.0
13.43k stars 3.76k forks source link

Is It Possible to Use Pinpoint Agent Data Externally? #11744

Closed 1sonjm closed 2 days ago

1sonjm commented 2 days ago

Hello,

I am currently using Pinpoint 2.5.3 with HBase 1.2.7 to monitor agent data.

To check if the agent's status data can be further processed and utilized, I tried examining the data using Apache Drill. However, it seems decryption is required.

Is it possible to use the data collected by Pinpoint agents externally?

emeroad commented 2 days ago

All data is binary encoded, so decoding is required to read the data. See the Dao class