Skip to content

Commit

Permalink
Remove component attribute - following open-telemetry#271
Browse files Browse the repository at this point in the history
  • Loading branch information
thisthat committed Jan 30, 2020
1 parent 7079670 commit f7bb641
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion specification/data-faas.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ If Spans following this convention are produced, a Resource of type `faas` MUST

| Attribute name | Notes and examples | Required? |
|---|---|--|
| `component` | Denotes the type of the span and needs to be `"faas"` | Yes |
| `faas.trigger` | Type of the trigger on which the function is executed. <br > It SHOULD be one of the following strings: "datasource", "http", "pubsub", "timer", or "other". | Yes |
| `faas.execution` | String containing the unique execution id of the function. E.g. `af9d5aa4-a685-4c5f-a22b-444f80b3cc28` | No |

Expand Down

0 comments on commit f7bb641

Please sign in to comment.