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

Experimenting in MAC #6271

Closed
birojnayak opened this issue Mar 18, 2024 · 2 comments
Closed

Experimenting in MAC #6271

birojnayak opened this issue Mar 18, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@birojnayak
Copy link

Description

  1. Ran a simple Helloworld app in MAC.
  2. Ran dotnet-monitor collect --no-auth --configuration-file-path settings.json
  3. Did curl with http://localhost:52325/processes, didn't get any response. Below is the result and settings.json, I have copied to the configuration section.
biroj@88665a0182c9 dotnet-monitor % dotnet-monitor --version
8.0.1+01acd6a928a79a306f77d67f456b1a75745f360d
biroj@88665a0182c9 dotnet-monitor % curl http://localhost:52325/processes
biroj@88665a0182c9 dotnet-monitor % curl http://localhost:52325/processes
biroj@88665a0182c9 dotnet-monitor % ps -elf|grep "dotnet"                
  505 84574 57916     4006   0  46  0 34123300    588 -      R+                  0 ttys004    0:00.00 grep dotnet      11:10PM
  505 78287  3537     4046   0  33  0 36963664  32748 -      S+                  0 ttys007    0:05.49 dotnet run       10:10PM
  505 84190  8408     4046   0  33  0 36956600  68036 -      S+                  0 ttys009    0:02.00 dotnet-monitor c 11:06PM
biroj@88665a0182c9 dotnet-monitor % 

Configuration

{
  "$schema": "https://aka.ms/dotnet-monitor-schema",
  "Egress": {
    "FileSystem": {
        "monitorFile": {
            "directoryPath": "/tmp/dotnet-monitor"
        }
    }
}
}

Regression?

Don't know...

Other information

@birojnayak birojnayak added the bug Something isn't working label Mar 18, 2024
@wiktork
Copy link
Member

wiktork commented Mar 20, 2024

Did curl with http://localhost:52325/processes

You'll want to use http://localhost:52323/processes. 52325 only serves metrics by default.

@jander-msft
Copy link
Member

I'm going to close this issue since a solution as provided and we haven't heard of any feedback for over a month. Please feel free to reopen if you feel that this issue hasn't be resolved.

@jander-msft jander-msft closed this as not planned Won't fix, can't repro, duplicate, stale Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants