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

Metrics #25

Closed
jbrooksuk opened this issue Nov 25, 2014 · 4 comments
Closed

Metrics #25

jbrooksuk opened this issue Nov 25, 2014 · 4 comments
Assignees
Labels
Milestone

Comments

@jbrooksuk
Copy link
Member

A way of adding/sending and displaying metrics would be cool. For example, you could send a metric to Cachet showing how many requests are being made each second, or latency etc. This relies on #4.

@jbrooksuk jbrooksuk self-assigned this Nov 25, 2014
This was referenced Nov 25, 2014
Closed
@jbrooksuk jbrooksuk modified the milestone: First Release Nov 25, 2014
@jbrooksuk
Copy link
Member Author

  • Metrics are created with: POST /api/metrics/{id}.
  • Metrics are returned with: GET /api/metrics/ or GET /api/metrics/{id} both of which will do something slightly different, either return all metrics or only a specific metric.

@jbrooksuk
Copy link
Member Author

I've added an API for creating and updating metrics (no setting of points yet).

@jbrooksuk jbrooksuk mentioned this issue Dec 1, 2014
4 tasks
@jbrooksuk
Copy link
Member Author

Metric Points should not be able to be updated. Deleted yes, but not updated. A point shouldn't change.

@jbrooksuk
Copy link
Member Author

Metric Points has an API.

@CuReSoft CuReSoft mentioned this issue Jan 4, 2015
@ghost ghost mentioned this issue Aug 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant