-
Notifications
You must be signed in to change notification settings - Fork 232
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
Add MDS Metrics API spec #486
Add MDS Metrics API spec #486
Conversation
metrics/README.md
Outdated
| Name | Type | Required | Comments | | ||
| --------------- | -------- | -------- | ----------------------------------------------------------------- | | ||
| `metrics` | string[] | Yes | list of metrics to return. [See metric names](core_metrics.md) | | ||
| `interval` | duration | Yes | Duration for metrics intervals. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `interval` | duration | Yes | Duration for metrics intervals. | | |
| `interval` | duration | Yes | ISO 8601 formatted duration for metrics intervals. | |
Note that for 1.1.0 we have merged with #582 the new Geography API to the 'dev' branch. Please update this pull request with the latest code, resolve any conflicts, and make references to the Geography API where appropriate, e.g. with UUIDs. We will be discussing Metrics at this week's Working Group meeting, so if available please come prepared to talk about your latest updates and ideas. |
Leaving a comment here from #76 (now closed in favor of this PR). Wanted info on access methods. Could be part of #569 too.
|
I've made a feature branch called 'feature-metrics' to start pulling all the Metrics related work together and do PRs against. Updated this PR to point to that instead of 'dev'. |
Closing this since the entire PR was incorporated into #487 for review and before merger to the Metrics feature branch. |
MDS Pull Request
Explain pull request
This PR represents a proposal for a standard interface for historical MDS metrics and data aggregation.
Is this a breaking change
Impacted Spec
agency
provider
Additional context
This PR is related to the MDS Metrics Issue #485.