-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi,
I wanted to try this plugin out, so I've followed your instructions for running it.
I'm running MongoDB v3.4.10, Maven v3.6 and Eclipse v4.10.
Here are the steps I follow in order to see the plugin in action:
- mkdir mongodata
- mongod --dbpath mongodata
- mvn jetty:run (inside cw-feedback-handler)
- I register my application with ID MyApp and copy the access token
- I hit Enable Feedback Nature for the example application
- I then insert that app ID, and the access token, in both the Eclipse plugin configuration for the project as well as the config.properties file inside the application source
- I then visit the /example and /users endpoints
I then expected to see some requests being sent against the feedback handler. I don't get anything except the request to monitoring/register during step 4.
How can I make the example application report metrics? Having had a look at the code, I don't see where this even happens - how does the running application know about the feedback-handler server?
Many thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels