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

Realtime Active Thread Chart and wss (websocket protocol) #188

Open
jogilsang opened this issue Jan 5, 2024 · 6 comments
Open

Realtime Active Thread Chart and wss (websocket protocol) #188

jogilsang opened this issue Jan 5, 2024 · 6 comments

Comments

@jogilsang
Copy link

jogilsang commented Jan 5, 2024

hi

i want "Realtime Active Thread Chart"
It works fine on very old stable versions (1.7.3)

image

but Not in the latest version (2.5.x)
I don't understand why there is no response here for 'wss://pinpoint.chogilsang.net/agent/activeThread.pinpointws.'
(Network firewall is all open about tcp,udp)
image

The version of the service was changed to a replacement version and installed.
In the developer tools, it says that an error occurred in the source part.

image

thanks


Env

AWS (user -> Route53 -> ALB(using ACM) -> EC2(pinpoint)

@jogilsang jogilsang changed the title [bug] Realtime Active Thread Chart and wss (websocket protocol) Realtime Active Thread Chart and wss (websocket protocol) Jan 5, 2024
@ga-ram
Copy link
Contributor

ga-ram commented Jan 8, 2024

It may got mixed up when I modified some properties for v3.0.0
Please force reset to this commit and try again.
image
If it still doesn't work, any logs might be helpful.

@jogilsang
Copy link
Author

I think the version has an effect.
I don't use git very well, so from what I understand, I think it should be done as below.
However, the above was carried out in 2.5.3.
Am I right?
Where would you like to share the log?

git clone -b 2.5.3 https://github.com/pinpoint-apm/pinpoint-docker.git
cd pinpoint-docker
rm -rf docker-compose-metric.yml
docker-compose pull
docker-compose -f docker-compose.yml up -d

@ga-ram
Copy link
Contributor

ga-ram commented Jan 24, 2024

yes that works too
please share pinpoint-web, pinpoint-collector logs here

@jogilsang
Copy link
Author

i share log files
I got the log through the process below
After logging, I proceeded with the above actions.

docker ps | grep web
docker logs -f .... >> pinpoint_web.log
docker ps | grep collector
docker logs -f .... >> pinpoint_collector.log

pinpoint_web.txt
pinpoint_collector.txt

@jogilsang
Copy link
Author

@ga-ram
hello
I have attached the log, but if you need any additional information, please let me know.

@ga-ram
Copy link
Contributor

ga-ram commented Feb 21, 2024

When I checked provided logs, there was no logs of active thread count handler involved in web and there's no trace of stream channel activities in collector.
I tested with v2.5.3 but it works well as previous versions.

Screenshot 2024-02-21 at 2 53 03 PM Screenshot 2024-02-21 at 2 49 40 PM

Only differences between your screenshots and mine are ws:// and wss://.
I assume your environment has additional configurations regrading wss and you need to check that part.

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