Skip to content

No metrics being reported #4

@Norbo11

Description

@Norbo11

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:

  1. mkdir mongodata
  2. mongod --dbpath mongodata
  3. mvn jetty:run (inside cw-feedback-handler)
  4. I register my application with ID MyApp and copy the access token
  5. I hit Enable Feedback Nature for the example application
  6. 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
  7. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions