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

Unable to view the endpoint #61

Open
hbelliappa opened this issue Dec 3, 2017 · 3 comments
Open

Unable to view the endpoint #61

hbelliappa opened this issue Dec 3, 2017 · 3 comments

Comments

@hbelliappa
Copy link

hbelliappa commented Dec 3, 2017

From logs stage monitor in the spring boot app is intialized

23:39:02.999 [main] INFO org.stagemonitor.core.Stagemonitor - Measurement Session is initialized: [application=TimeClock] [instance=dev] [host=xxxxx]
23:39:03.002 [main] INFO org.stagemonitor.core.Stagemonitor - Initializing plugin CorePlugin
23:39:03.015 [main] INFO org.stagemonitor.core.CorePlugin - Not sending metrics to InfluxDB (url=null, interval=60s)
23:39:03.015 [main] INFO org.stagemonitor.core.CorePlugin - Not sending metrics to Elasticsearch (url=[], interval=60s)
23:39:03.023 [main] INFO org.stagemonitor.core.Stagemonitor - Initializing plugin WebPlugin
23:39:03.092 [main] INFO org.stagemonitor.core.Stagemonitor - Initializing plugin RequestMonitorPlugin
23:39:03.244 [main] INFO org.stagemonitor.core.Stagemonitor - Initializing plugin JvmPlugin
23:39:03.260 [main] INFO org.stagemonitor.core.Stagemonitor - Initializing plugin JdbcPlugin

But when a req is issued to http://localhost:8080/timeclock/stagemonitor I get the response below.

{
"timestamp": 1512276318874,
"status": 404,
"error": "Not Found",
"message": "No message available",
"path": "/timeclock/stagemonitor"
}

  1. I use java 8 and have byte buddy installed.
  2. stagemonitor.properties is present.
  3. Using Springboot 1.5 with the Stagemonitor.init()

Can you please help me isolate what I am missing

@felixbarny
Copy link
Member

Does http://localhost:8080/stagemonitor work?

@hbelliappa
Copy link
Author

hbelliappa commented Dec 3, 2017 via email

@felixbarny
Copy link
Member

felixbarny commented Dec 4, 2017 via email

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