Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Catch exception when connect to report server fails so that it can still work without it; fix the default ports for collector and query servers to make it work again. #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jianwu
Copy link

@jianwu jianwu commented Oct 11, 2022

Which problem is this PR solving?

Resolves #47

Short description of the changes

The current version doesn't work out of the box. Mainly due to its dependency on the local reporter server. There's no documentation on how to set the local report server up. So it blocks most users to use this tool. This PR did the following changes to make it buildable and workable with default configurations:

  1. Cache exception when connecting to local report server fails so make this dependency optional.
  2. Fix the default port for the collector and query server. That value was correct, not sure why they are changed to a wrong value of 6831 which is supposed to be agent UDP port.
  3. Set default SENDER to HTTP.

…ill work without it; fix the default ports for collector and query servers to make it work again.

Signed-off-by: Jianwu Chen <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing the document to start local Report Engine
1 participant