You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2021. It is now read-only.
V3: client can **see data** for an **app** usage event
There are differences between the model and the data presented; some
field names have changed.
| Model AppUsageEvent | Presenter |
|---------------------|----------------|
| `parent_app_guid` | `app.guid` |
| `parent_app_name` | `app.name` |
| `app_guid` | `process.guid` |
In other words, `app_guid` is NOT `app.guid`.
For now, service usage events have `null` for their data; this will be
addressed in a subsequent story.
[#172985876]
Co-authored-by: Reid Mitchell <rmitchell@pivotal.io>
Co-authored-by: Brian Cunnie <bcunnie@pivotal.io>
0 commit comments