Skip to content

Commit

Permalink
fix provider typo (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhansa-nr authored Feb 24, 2025
1 parent a3eae16 commit ba9ff83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DATAMODEL.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ An Attribute is a piece of data associated with an event. Attributes provide add

| Attribute Name | Description |
|---|---|
| instrumentation.provider | Always “media”. |
| instrumentation.provider | Always “newrelic”. |
| instrumentation.name | Always “roku”. |
| instrumentation.version | Agent’s version. |
| newRelicAgent | Always “RokuAgent”. |
Expand Down Expand Up @@ -287,4 +287,4 @@ An Attribute is a piece of data associated with an event. Attributes provide add
| isPlaylist | Content is a playlist. Boolean. |
| videoFormat | Video format, a mime type. |
| timeSinceBufferBegin | Time since video last video buffering began, in milliseconds. |
| timeSincePaused | Time since the video was paused, in milliseconds. |
| timeSincePaused | Time since the video was paused, in milliseconds. |

0 comments on commit ba9ff83

Please sign in to comment.