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

Fix introspection port in troubleshooting docs #512

Merged
merged 1 commit into from
Jun 20, 2019

Conversation

drakedevel
Copy link
Contributor

Issue #, if available: None

Description of changes:
The port in the default value of INTROSPECTION_BIND_ADDRESS is 61679, not 61678 (which is the metrics port). Attempting to fetch the introspection URLs as written with the default configuration yields an error:

$ curl http://localhost:61678/v1/enis | python -m json.tool
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    19  100    19    0     0   4750      0 --:--:-- --:--:-- --:--:--  4750
Extra data: line 1 column 5 - line 2 column 1 (char 4 - 19)
$ curl http://localhost:61678/v1/enis 
404 page not found

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

The port in the default value of `INTROSPECTION_BIND_ADDRESS` is 61679, not 61678 (which is the metrics port).
Copy link
Contributor

@mogren mogren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks a lot for fixing!

@mogren mogren added this to the v1.6 milestone Jun 20, 2019
@mogren mogren merged commit 543b7e9 into aws:master Jun 20, 2019
@drakedevel drakedevel deleted the troubleshooting-docs-port branch June 20, 2019 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants