Skip to content

Commit c3f825a

Browse files
authored
Remove TODO comments from serverless OTLP ingest page (#37630)
1 parent c222bd9 commit c3f825a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

content/en/opentelemetry/setup/otlp_ingest/serverless.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ The ADOT layer handles resource attribute detection automatically. If you are no
7575
export OTEL_RESOURCE_ATTRIBUTES="cloud.provider=aws,faas.id=arn:aws:lambda:us-east-1:123456789012:function:my-function"
7676
```
7777

78-
<!-- TODO: Eng to confirm whether backend accepts cloud.resource_id (faas.id is deprecated in OTel semconv). -->
79-
8078
| Attribute | Required | Description |
8179
|---|---|---|
8280
| `cloud.provider` | Yes | Set to `aws` |
@@ -162,8 +160,6 @@ export OTEL_RESOURCE_ATTRIBUTES="cloud.provider=azure,cloud.platform=azure.funct
162160

163161
### Resource attributes reference
164162

165-
<!-- TODO: Confirm whether Azure Functions cloud.resource_id should identify the specific function, not just the function app. -->
166-
167163
| Platform | `cloud.provider` | `cloud.platform` | `cloud.resource_id` |
168164
|---|---|---|---|
169165
| Container Apps | `azure` | `azure.container_apps` | `/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.App/containerApps/{appName}` |

0 commit comments

Comments
 (0)