Cloudflare Attributes

9 attributes in this category. 9 stable

9 attributes

Stable Attributes

cloudflare.d1.duration

integer PII: Maybe Visibility: Public OTel: False

The duration of a Cloudflare D1 operation.

Example 543
Changelog
v0.4.0 #228
v0.0.0
Raw JSON
{
  "key": "cloudflare.d1.duration",
  "brief": "The duration of a Cloudflare D1 operation.",
  "type": "integer",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": 543,
  "changelog": [
    {
      "version": "0.4.0",
      "prs": [
        228
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}

cloudflare.d1.query_type

string PII: False Visibility: Public OTel: False

The type of query executed in a Cloudflare D1 operation

Example run
Changelog
next #392 Added cloudflare.d1.query_type attribute
Raw JSON
{
  "key": "cloudflare.d1.query_type",
  "brief": "The type of query executed in a Cloudflare D1 operation",
  "type": "string",
  "pii": {
    "key": "false"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": "run",
  "changelog": [
    {
      "version": "next",
      "prs": [
        392
      ],
      "description": "Added cloudflare.d1.query_type attribute"
    }
  ]
}

cloudflare.d1.rows_read

integer PII: Maybe Visibility: Public OTel: False

The number of rows read in a Cloudflare D1 operation.

Example 12
Changelog
v0.4.0 #228
v0.0.0
Raw JSON
{
  "key": "cloudflare.d1.rows_read",
  "brief": "The number of rows read in a Cloudflare D1 operation.",
  "type": "integer",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": 12,
  "changelog": [
    {
      "version": "0.4.0",
      "prs": [
        228
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}

cloudflare.d1.rows_written

integer PII: Maybe Visibility: Public OTel: False

The number of rows written in a Cloudflare D1 operation.

Example 12
Changelog
v0.4.0 #228
v0.0.0
Raw JSON
{
  "key": "cloudflare.d1.rows_written",
  "brief": "The number of rows written in a Cloudflare D1 operation.",
  "type": "integer",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": 12,
  "changelog": [
    {
      "version": "0.4.0",
      "prs": [
        228
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}

cloudflare.workflow.attempt

integer PII: False Visibility: Public OTel: False

The current attempt number for a Cloudflare Workflow step

Example 1
Changelog
next #392 Added cloudflare.workflow.attempt attribute
Raw JSON
{
  "key": "cloudflare.workflow.attempt",
  "brief": "The current attempt number for a Cloudflare Workflow step",
  "type": "integer",
  "pii": {
    "key": "false"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": 1,
  "changelog": [
    {
      "version": "next",
      "prs": [
        392
      ],
      "description": "Added cloudflare.workflow.attempt attribute"
    }
  ]
}

cloudflare.workflow.retries.backoff

string PII: False Visibility: Public OTel: False

The backoff strategy for Cloudflare Workflow step retries

Example exponential
Changelog
next #392 Added cloudflare.workflow.retries.backoff attribute
Raw JSON
{
  "key": "cloudflare.workflow.retries.backoff",
  "brief": "The backoff strategy for Cloudflare Workflow step retries",
  "type": "string",
  "pii": {
    "key": "false"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": "exponential",
  "changelog": [
    {
      "version": "next",
      "prs": [
        392
      ],
      "description": "Added cloudflare.workflow.retries.backoff attribute"
    }
  ]
}

cloudflare.workflow.retries.delay

string PII: False Visibility: Public OTel: False

The delay between Cloudflare Workflow step retries

Example 5 seconds
Changelog
next #392 Added cloudflare.workflow.retries.delay attribute
Raw JSON
{
  "key": "cloudflare.workflow.retries.delay",
  "brief": "The delay between Cloudflare Workflow step retries",
  "type": "string",
  "pii": {
    "key": "false"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": "5 seconds",
  "changelog": [
    {
      "version": "next",
      "prs": [
        392
      ],
      "description": "Added cloudflare.workflow.retries.delay attribute"
    }
  ]
}

cloudflare.workflow.retries.limit

integer PII: False Visibility: Public OTel: False

The maximum number of retries for a Cloudflare Workflow step

Example 3
Changelog
next #392 Added cloudflare.workflow.retries.limit attribute
Raw JSON
{
  "key": "cloudflare.workflow.retries.limit",
  "brief": "The maximum number of retries for a Cloudflare Workflow step",
  "type": "integer",
  "pii": {
    "key": "false"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": 3,
  "changelog": [
    {
      "version": "next",
      "prs": [
        392
      ],
      "description": "Added cloudflare.workflow.retries.limit attribute"
    }
  ]
}

cloudflare.workflow.timeout

string PII: False Visibility: Public OTel: False

The timeout duration for a Cloudflare Workflow step

Example 1 minute
Changelog
next #392 Added cloudflare.workflow.timeout attribute
Raw JSON
{
  "key": "cloudflare.workflow.timeout",
  "brief": "The timeout duration for a Cloudflare Workflow step",
  "type": "string",
  "pii": {
    "key": "false"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": "1 minute",
  "changelog": [
    {
      "version": "next",
      "prs": [
        392
      ],
      "description": "Added cloudflare.workflow.timeout attribute"
    }
  ]
}