Supported Cost Attribution Tags
Beakpoint Insights supports the following cost attribution tags:
| Category | Name | Description | Example | 
|---|---|---|---|
| Resource / Deployment | deployment.environment.name | Name of the deployment tier. | staging | 
| Resource / FaaS | cloud.resource_id | Cloud-provider specific native identifer of the monitored cloud resource (e.g. an ARN on AWS) | arn:aws:lambda:REGION:ACCOUNT:function:foo | 
| Resource / Cloud Provider | cloud.provider | Name of the cloud provider (e.g. AWS, Azure, GCP) | aws | 
| Resource / Cloud Provider | cloud.region | Name of the cloud provider region (e.g. us-east-1) | us-east-1 | 
| Code | code.function.name | The method or function fully-qualified name without arguments. | com.example.MyHttpService.serveRequest | 
| Resource / Service | service.name | Logical name of the service. | Shoppingcart | 
| Resource / Service | service.namespace | A namespace for service.name | Shop | 
| Resource / Service | service.version | The version string of the service API or implementation. | 2.0.0 | 
| User | app.user.id | The user id of the user who made the request | 3032 | 
| User | app.user.org.id | The organization id of the user who made the request | 1234 |