cf-abacus icon indicating copy to clipboard operation
cf-abacus copied to clipboard

CF usage metering and aggregation

Results 55 cf-abacus issues
Sort by recently updated
recently updated
newest added

We now use function calls for `secured` and `slack` in most components, instead of pure constants. AFAICT we use functions to make setting up test environments easier by simply changing...

enhancement
unscheduled

Hi, We are interested in getting aggregated usage report call for a consumer App using Graph query. The query looks like this ``` graphql { organization( organization_id: "b8d4cc2d-cef0-4343-a158-43ea93d98c5f", ) {...

unscheduled

There could be times where the implementer of abacus make mistakes such as: incorrect resource plan mapping, incorrect pricing, or incorrect formula. There are also time where the mistakes happen...

Discussion
unscheduled

I would like to propose a split of the system scope to: - transport scope - corrective scope The transport scope will be used in the same way as we...

Discussion
unscheduled
security

We should restore the job that runs Abacus IT against CF. If we cannot run against PWS or Bluemix we might consider using local CF installation.

must have
unscheduled

After discussion with @rajkiranrbala, Slack window is app specific concept. [Dataflow shouldn't handle app specific concepts like checking if an error is due to out of slack submission](https://github.com/cloudfoundry-incubator/cf-abacus/blob/ed6fd0eebf997632272a5d8885410fe05f57370c/lib/utils/dataflow/src/index.js#L352). Slack error...

Discussion
unscheduled

think "windows" of Json schema(A) is old version, is B valid? A ``` "windows": { "type": "array", "items": { "title": "cwindow", "type": "object", "properties": { "charge": { "type": "number" }...

question
unscheduled

Currently the abacus-express module has the the ability to log the response time using a morgan middleware function but does not emit/ store the incoming and outgoing requests and responses....

Discussion
unscheduled

It'd be really useful to be able to report inactive applications or services (provisioned but not submitting usage) to help detect issues where resource providers are failing to submit usage...

enhancement
open for contribution
Discussion

Since abacus supports time windows of varying scales, it might be a good idea to extend that capabilities to a "week" time window. When I say week, I don't mean...

enhancement
open for contribution