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

Nancy Metrics Adapter - Error 503 #121

Open
thomasd3 opened this issue Dec 17, 2015 · 0 comments
Open

Nancy Metrics Adapter - Error 503 #121

thomasd3 opened this issue Dec 17, 2015 · 0 comments

Comments

@thomasd3
Copy link

When using the Nancy Metrics Adapter I have two different behaviors when I want to visualize the graph (http://localhost:2082):
On one computer it runs properly, on another computer, the same executable gives me an error 503. Are there specific files that need to be moved as well? or could it be a permission problem?
The port 2082 is authorized on both computers with: netsh http add urlacl url=http://+:2082/ user=Everyone

This is the code I used:

    Metric.Config
        .WithAllCounters()
        .WithReporting(_ => _.WithTextFileReport(@"d:\Logs\WebRest.log", TimeSpan.FromHours(1)))
        .WithHttpEndpoint("http://localhost:2082/")
        .WithNancy(Pipelines);
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

1 participant