Try it free

Business Analytics

  • Latest Dynatrace
  • Reference
  • Published May 15, 2026

Business Flow KPI events

Business Flow KPI events contain a snapshot of the four main key performance indicators for a business flow configuration, which is represented as an entity in Smartscape on Grail. Each event summarizes these KPIs over a defined timeframe and is generated at a specific rate or frequency.

Query

Shows business flows' Revenue, Conversions, Errors, and Average Duration KPI values as well as their KPI monitoring data.

fetch bizevents
| filter event.type == "bizflow.kpis"

Business Flow KPI events fields

AttributeTypeDescriptionExamples

bizflow.analysis.label

string

experimentalThe label for the bizflow.analysis.value field.

completeness

bizflow.analysis.type

string

experimentalA value representing the type of analysis performed on a business flow.

fulfillment; conversion; other

bizflow.analysis.value

long

experimentalA value representing the number of conversions or unique flows that were fulfilled, which has been calculated within the specified timeframe.

44300

bizflow.average_duration.value

long

experimentalA value (in nanoseconds) representing the average duration of the business flow, which has been calculated within the specified timeframe.

1649822520123123123

bizflow.errors.value

long

experimentalA value representing the number of business exceptions, which have occurred within the specified timeframe.

45

bizflow.id

string

experimentalA unique identifier of a business flow.

vu9U3hXa3q0AAAABAChhcHA6ZHluYXRyYWNlLmJpei5mbG93OpCpei1mbG93LXNldHRpbmdzAAZ0ZW5hbnQABnRlbmFudAAkZTAyYmM4ZWMtYjIxNy0zYjAyLWI4ZjctMTg5MGU5OTUwOTYwvu9U3hXa2a2

bizflow.kpi.label

string

experimentalA label representing a numeric KPI attribute for the mapping event to determine the business KPI based on its value.

revenue; total mortgage; total items

bizflow.kpi.value

double

experimentalA value representing the amount of business KPI, which has been calculated within the specified timeframe.

555.44

bizflow.name

string

experimentalA name of a business flow.

Order to cash process

bizflow.query_frequency.hours

long

experimentalA KPI monitoring field, which represents the frequency at which the data for the Business Flow KPIs gets calculated and ingested into Grail.

1

bizflow.query_timeframe.hours

long

experimentalA KPI monitoring field, which represents the timeframe in which the data for the Business Flow KPIs gets calculated and ingested into Grail.

96

event.provider

string

stableThe domain specific identification of the event originating component. For a BizFlow KPI bizevent, this value must be dynatrace.biz.flow. 1Tags: permission

dynatrace.biz.flow

event.type

string

stableHigh level, domain specific classification criteria for the event. For a BizFlow KPI bizevent, this value must be bizflow.kpis. 2Tags: permission

bizflow.kpis

timestamp

timestamp

stableThe time (UNIX Epoch time in nanoseconds) when the event originated, typically when the source created it. If no original timestamp is available, it will be populated at ingest time and required for all events. In the case of a correlated event (for example, ITIL events), this time could be different from the event.start time, as this time represents the actual timestamp when the "update" for the event was created.

1649822520123123123

1

If not set, automatically set to value unknown

2

If not set, automatically set to value unknown

Business events

An event is an action or occurrence that takes place within a system or a service, such as when a customer completes a satisfaction survey or when a user selects a subscribe button. The system produces a signal when an event occurs. An event becomes a business event when it generates business-grade data. Dynatrace prioritizes business events separately from observability data to ensure business-grade data.

Query

Query bizevents in Grail.

fetch bizevents

Business events fields

AttributeTypeDescriptionExamples

event.category

string

stableUse to augment event.kind and event.type fields with an additional level of business event classification criteria.

checkout

event.id

string

stableUniquely identifies the event within the event.provider realm (event.provider and event.id should define a unique identification critera for the event).

5547782627070661074_1647601320000

event.kind

string

stableGives high-level information about what kind of information the event contains without being specific about the contents of the event. It helps to determine the record type of a raw event. 1Tags: permission

BIZ_EVENT

event.provider

string

stableThe domain specific identification of the event originating component. 2Tags: permission

www.easytrade.com

event.type

string

stableHigh level, domain specific classification criteria for the event. 3Tags: permission

com.easytrade.purchase

timestamp

timestamp

stableThe time (UNIX Epoch time in nanoseconds) when the event originated, typically when the source created it. If no original timestamp is available, it will be populated at ingest time and required for all events. In the case of a correlated event (for example, ITIL events), this time could be different from the event.start time, as this time represents the actual timestamp when the "update" for the event was created.

1649822520123123123

1

Automatically and unconditionally set to value BIZ_EVENT.

2

If not set, automatically set to value unknown

3

If not set, automatically set to value unknown

Carbon Kubernetes cluster events

Carbon business events containing carbon dioxide emissions (in grams) and energy consumption (in watt-hours) that are calculated per Kubernetes cluster.

Emissions and electricity are based on the standard carbon.measurement events, which are required for Kubernetes estimation to work.

Query

Shows carbon dioxide emissions (in grams) and energy consumption (Wh) that are calculated for all Kubernetes clusters that are set up and monitored with OneAgent.

fetch bizevents
| filter event.type == "carbon.measurement.k8s.cluster"

Carbon Kubernetes cluster events fields

AttributeTypeDescriptionExamples

aws.region

string

resource stableA specific geographical AWS Cloud location.Tags: primary-field

us-east-1

azure.location

string

resource stableA specific geographical location of Azure cloud resource.Tags: primary-field

westeurope

carbon.emissions

double

experimentalTotal emissions in grams of CO₂ equivalent generated by the energy consumption estimations including not only computing but also data center cooling, lighting, and other consumptions.

cloud.provider

string

resource stableName of the cloud provider.

alibaba_cloud

cloud.region

string

resource deprecatedDeprecated in favor of cloud specific fields, such as aws.region, azure.location, gcp.region, etc.

us-east-1

dt.entity.kubernetes_cluster

string

resource stableAn entity ID of an entity of type KUBERNETES_CLUSTER.Tags: entity-id

KUBERNETES_CLUSTER-E0D8F94D9065F24F

energy.measurement.cpu_wasted

double

experimentalEnergy wasted (Wh) based on CPU utilization waste excluding any data center energy overheads.

12.3

energy.measurement.total

double

experimentalTotal amount of energy in Wh estimated for the energy consumption estimated for compute and for data center cooling, lighting, or other consumption.

energy.measurement.total_wasted

double

experimentalEnergy wasted (Wh) based on CPU utilization waste. Includes data center cooling, lighting and other consumptions to the total energy wasted.

14.02

event.end

string

stableThe event end timestamp in UTC (given in Grail preferred Linux timestamp nano precision format).

16481073970000

event.id

string

stableUniquely identifies the event within the event.provider realm (event.provider and event.id should together define a unique identification criterion for the event).

5547782627070661074_1647601320000

event.provider

string

stableThe domain-specific identification of the event originating component. 1Tags: permission

dynatrace.biz.carbon

event.start

string

stableThe event start timestamp in UTC (given in Grail preferred Linux timestamp nano precision format).

16481073970000

event.type

string

stableHigh-level, domain-specific classification criteria for the event. For a carbon Kubernetes cluster bizevent, this value must be carbon.measurement.k8s.cluster 2Tags: permission

carbon.measurement.k8s.cluster

gcp.region

string

resource stableA region is a specific geographical location where you can host your resources.Tags: primary-field

europe-west3

k8s.cluster.name

string

resource stableThe user-defined name of the cluster in Dynatrace. Doesn't need to be unique or immutable.Tags: permission primary-field

unguard-dev; acme-prod10

k8s.cpu.allocatable

long

experimentalAmount of CPU allocatable.

64

k8s.memory.allocatable

double

experimentalAmount of memory allocatable.

256.0

k8s.monitoring_mode

string

experimentalThe monitoring mode of the Kubernetes cluster.

API-only; App-only; Cloud native full stack

k8s.namespaces.count

long

experimentalThe total amount of Kubernetes namespaces.

10

k8s.nodes.count

long

experimentalThe total amount of Kubernetes nodes.

5

k8s.workloads.count

long

experimentalThe total amount of Kubernetes workloads.

15

monitoring.mode

string

experimentalType of the monitoring mode reported by Dynatrace.

fullstack_host; infrastructure

timestamp

timestamp

stableThe time (UNIX Epoch time in nanoseconds) when the event originated, typically when the source created it. If no original timestamp is available, it will be populated at ingest time and required for all events. In the case of a correlated event (for example, ITIL events), this time could be different from the event.start time, as this time represents the actual timestamp when the "update" for the event was created.

1649822520123123123

1

If not set, automatically set to value unknown

2

If not set, automatically set to value unknown

Carbon Kubernetes namespace events

Carbon business events containing carbon dioxide emissions (in grams) and energy consumption (in watt-hours) that are calculated per Kubernetes namespace.

Emissions and electricity are based on the standard carbon.measurement events, which are required for Kubernetes estimation to work.

Query

Shows carbon dioxide emissions (in grams) and energy consumption (Wh) that are calculated for all Kubernetes namespaces that are set up and monitored with OneAgent.

fetch bizevents
| filter event.type == "carbon.measurement.k8s.namespace"

Carbon Kubernetes namespace events fields

AttributeTypeDescriptionExamples

aws.region

string

resource stableA specific geographical AWS Cloud location.Tags: primary-field

us-east-1

azure.location

string

resource stableA specific geographical location of Azure cloud resource.Tags: primary-field

westeurope

carbon.emissions

double

experimentalTotal emissions in grams of CO₂ equivalent generated by the energy consumption estimations including not only computing but also data center cooling, lighting, and other consumptions.

cloud.provider

string

resource stableName of the cloud provider.

alibaba_cloud

cloud.region

string

resource deprecatedDeprecated in favor of cloud specific fields, such as aws.region, azure.location, gcp.region, etc.

us-east-1

dt.entity.cloud_application_namespace

string

resource stableAn entity ID of an entity of type CLOUD_APPLICATION_NAMESPACE. A CLOUD_APPLICATION_NAMESPACE is a Kubernetes namespace.Tags: entity-id

CLOUD_APPLICATION_NAMESPACE-C61324AA70F57BCB

dt.entity.kubernetes_cluster

string

resource stableAn entity ID of an entity of type KUBERNETES_CLUSTER.Tags: entity-id

KUBERNETES_CLUSTER-E0D8F94D9065F24F

energy.measurement.cpu_wasted

double

experimentalEnergy wasted (Wh) based on CPU utilization waste excluding any data center energy overheads.

12.3

energy.measurement.total

double

experimentalTotal amount of energy in Wh estimated for the energy consumption estimated for compute and for data center cooling, lighting, or other consumption.

energy.measurement.total_wasted

double

experimentalEnergy wasted (Wh) based on CPU utilization waste. Includes data center cooling, lighting and other consumptions to the total energy wasted.

14.02

event.end

string

stableThe event end timestamp in UTC (given in Grail preferred Linux timestamp nano precision format).

16481073970000

event.id

string

stableUniquely identifies the event within the event.provider realm (event.provider and event.id should together define a unique identification criterion for the event).

5547782627070661074_1647601320000

event.provider

string

stableThe domain-specific identification of the event originating component. 1Tags: permission

dynatrace.biz.carbon

event.start

string

stableThe event start timestamp in UTC (given in Grail preferred Linux timestamp nano precision format).

16481073970000

event.type

string

stableHigh-level, domain-specific classification criteria for the event. For a carbon Kubernetes namespace bizevent, this value must be carbon.measurement.k8s.namespace 2Tags: permission

carbon.measurement.k8s.namespace

gcp.region

string

resource stableA region is a specific geographical location where you can host your resources.Tags: primary-field

europe-west3

k8s.cluster.name

string

resource stableThe user-defined name of the cluster in Dynatrace. Doesn't need to be unique or immutable.Tags: permission primary-field

unguard-dev; acme-prod10

k8s.monitoring_mode

string

experimentalThe monitoring mode of the Kubernetes cluster.

API-only; App-only; Cloud native full stack

k8s.namespace.name

string

resource stableThe name of the namespace that the pod is running in.Tags: permission primary-field

default; kube-system

k8s.pods.count

long

experimentalThe total amount of Kubernetes pods.

58

k8s.services.count

long

experimentalThe total amount of Kubernetes services.

13

k8s.workloads.count

long

experimentalThe total amount of Kubernetes workloads.

15

monitoring.mode

string

experimentalType of the monitoring mode reported by Dynatrace.

fullstack_host; infrastructure

timestamp

timestamp

stableThe time (UNIX Epoch time in nanoseconds) when the event originated, typically when the source created it. If no original timestamp is available, it will be populated at ingest time and required for all events. In the case of a correlated event (for example, ITIL events), this time could be different from the event.start time, as this time represents the actual timestamp when the "update" for the event was created.

1649822520123123123

1

If not set, automatically set to value unknown

2

If not set, automatically set to value unknown

Carbon Kubernetes node events

Carbon business events containing carbon dioxide emissions (in grams) and energy consumption (in watt-hours) that are calculated per Kubernetes node.

Emissions and electricity are based on the standard carbon.measurement events, which are required for Kubernetes estimation to work.

Query

Shows carbon dioxide emissions (in grams) and energy consumption (Wh) that are calculated for all Kubernetes nodes that are set up and monitored with OneAgent.

fetch bizevents
| filter event.type == "carbon.measurement.k8s.node"

Carbon Kubernetes node events fields

AttributeTypeDescriptionExamples

aws.region

string

resource stableA specific geographical AWS Cloud location.Tags: primary-field

us-east-1

azure.location

string

resource stableA specific geographical location of Azure cloud resource.Tags: primary-field

westeurope

carbon.emissions

double

experimentalTotal emissions in grams of CO₂ equivalent generated by the energy consumption estimations including not only computing but also data center cooling, lighting, and other consumptions.

cloud.provider

string

resource stableName of the cloud provider.

alibaba_cloud

cloud.region

string

resource deprecatedDeprecated in favor of cloud specific fields, such as aws.region, azure.location, gcp.region, etc.

us-east-1

dt.entity.cloud_application_namespace

string

resource stableAn entity ID of an entity of type CLOUD_APPLICATION_NAMESPACE. A CLOUD_APPLICATION_NAMESPACE is a Kubernetes namespace.Tags: entity-id

CLOUD_APPLICATION_NAMESPACE-C61324AA70F57BCB

dt.entity.kubernetes_cluster

string

resource stableAn entity ID of an entity of type KUBERNETES_CLUSTER.Tags: entity-id

KUBERNETES_CLUSTER-E0D8F94D9065F24F

dt.entity.kubernetes_node

string

resource stableAn entity ID of an entity of type KUBERNETES_NODE.Tags: entity-id

KUBERNETES_NODE-874C66B68CE15070

energy.measurement.cpu_wasted

double

experimentalEnergy wasted (Wh) based on CPU utilization waste excluding any data center energy overheads.

12.3

energy.measurement.total

double

experimentalTotal amount of energy in Wh estimated for the energy consumption estimated for compute and for data center cooling, lighting, or other consumption.

energy.measurement.total_wasted

double

experimentalEnergy wasted (Wh) based on CPU utilization waste. Includes data center cooling, lighting and other consumptions to the total energy wasted.

14.02

event.end

string

stableThe event end timestamp in UTC (given in Grail preferred Linux timestamp nano precision format).

16481073970000

event.id

string

stableUniquely identifies the event within the event.provider realm (event.provider and event.id should together define a unique identification criterion for the event).

5547782627070661074_1647601320000

event.provider

string

stableThe domain-specific identification of the event originating component. 1Tags: permission

dynatrace.biz.carbon

event.start

string

stableThe event start timestamp in UTC (given in Grail preferred Linux timestamp nano precision format).

16481073970000

event.type

string

stableHigh-level, domain-specific classification criteria for the event. For a carbon Kubernetes node bizevent, this value must be carbon.measurement.k8s.node 2Tags: permission

carbon.measurement.k8s.node

gcp.region

string

resource stableA region is a specific geographical location where you can host your resources.Tags: primary-field

europe-west3

k8s.cluster.name

string

resource stableThe user-defined name of the cluster in Dynatrace. Doesn't need to be unique or immutable.Tags: permission primary-field

unguard-dev; acme-prod10

k8s.containers.count

long

experimentalThe total amount of Kubernetes containers.

63

k8s.cpu.allocatable

long

experimentalAmount of CPU allocatable.

64

k8s.memory.allocatable

double

experimentalAmount of memory allocatable.

256.0

k8s.monitoring_mode

string

experimentalThe monitoring mode of the Kubernetes cluster.

API-only; App-only; Cloud native full stack

k8s.namespace.name

string

resource stableThe name of the namespace that the pod is running in.Tags: permission primary-field

default; kube-system

k8s.node.name

string

resource stableName of the node.

cluster-pool-1-c3c7423d-azth

k8s.pods.count

long

experimentalThe total amount of Kubernetes pods.

58

monitoring.mode

string

experimentalType of the monitoring mode reported by Dynatrace.

fullstack_host; infrastructure

timestamp

timestamp

stableThe time (UNIX Epoch time in nanoseconds) when the event originated, typically when the source created it. If no original timestamp is available, it will be populated at ingest time and required for all events. In the case of a correlated event (for example, ITIL events), this time could be different from the event.start time, as this time represents the actual timestamp when the "update" for the event was created.

1649822520123123123

1

If not set, automatically set to value unknown

2

If not set, automatically set to value unknown

Carbon business events

Carbon business events contains carbon dioxide emissions (in grams) and energy consumption (Wh) that are calculated for hosts that are set up and monitored with OneAgent. Energy calculations are based on observed infrastructure metrics. The events are generated every hour by Carbon Impact app through an automation (Workflow).

Other sources of emissions data can be ingested as business event following this schema to make it consumable by Carbon Impact app.

Query

Shows carbon dioxide emissions (in grams) and energy consumption (Wh) that are calculated for all hosts that are set up and monitored with OneAgent.

fetch bizevents
| filter event.type == "carbon.measurement"

Carbon business events fields

AttributeTypeDescriptionExamples

aws.region

string

resource stableA specific geographical AWS Cloud location.Tags: primary-field

us-east-1

azure.location

string

resource stableA specific geographical location of Azure cloud resource.Tags: primary-field

westeurope

carbon.emissions

double

experimentalTotal emissions in grams of CO₂ equivalent generated by the energy consumption estimations including not only computing but also data center cooling, lighting, and other consumptions.

carbon.intensity

double

experimentalValue of carbon intensity (the number of grams of carbon dioxide (CO₂) that it takes to make one unit of electricity a kilowatt per hour (kW/hour)) defined in watt/hour to CO₂ equivalent grams used to transform energy estimation in emissions.

carbon.intensity.last_update

string

experimentalDate of the last update known from the carbon intensity value.

1970-01-01T00:00:00.000Z

carbon.intensity.origin

string

experimentalOrigin of the value of carbon intensity used on calculations.

global; provider; custom; geographical

cloud.provider

string

resource stableName of the cloud provider.

alibaba_cloud

cloud.region

string

resource deprecatedDeprecated in favor of cloud specific fields, such as aws.region, azure.location, gcp.region, etc.

us-east-1

dt.entity.host

string

resource stableAn entity ID of an entity of type HOST.Tags: entity-id

HOST-E0D8F94D9065F24F

dt.entity.kubernetes_node

string

resource stableAn entity ID of an entity of type KUBERNETES_NODE.Tags: entity-id

KUBERNETES_NODE-874C66B68CE15070

energy.cpu_idle_threshold

double

experimentalCPU idle threshold setting (in percentage) in effect at the time of event ingestion.

5.0

energy.measurement.algorithm

string

experimentalAlgorithm variant used for carbon estimation.

standard; standard-networkByScope

energy.measurement.computing

double

deprecatedDeprecated, do not use it! Use energy.measurement.machine instead.

energy.measurement.cooling

double

deprecatedDeprecated, do not use it! Use energy.measurement.infrastructure_overhead instead.

energy.measurement.cpu

double

experimentalEnergy estimation (Wh) consumed by CPUs in a host based on CPU utilization metrics. Value is optional.

energy.measurement.cpu_unknown

boolean

experimentalInform that estimation of CPU energy consumption was done with an average CPU if the system.processor.model Thermal Design Power (TDP) value is not registered in the app.

energy.measurement.cpu_wasted

double

experimentalEnergy wasted (Wh) based on CPU utilization waste excluding any data center energy overheads.

12.3

energy.measurement.gpu

double

experimentalEstimation of the energy (Wh) consumed by GPU in a host extracted from GPU energy metrics. Value is optional in case the host doesn't have GPU or there aren't GPU energy metrics available.

energy.measurement.infrastructure_overhead

double

experimentalTotal amount of energy in Wh estimated for the energy consumption estimated for data center cooling, lighting or other consumptions, not including computing energy consumption.

energy.measurement.io

double

experimentalEstimation of the energy (Wh) consumed by storage in a host based on storage utilization metrics. Value is optional.

energy.measurement.machine

double

experimentalTotal amount of energy in Wh estimated only for the computing part, not including other energy consumption from data center cooling, lighting or other consumptions not related to compute.

energy.measurement.memory

double

experimentalEstimation of the energy (Wh) consumed by memory in a host based on memory utilization metrics. Value is optional.

energy.measurement.missing_metrics

string

experimentalOptional list of missing infrastructure utilization metrics

io; network

energy.measurement.network

double

experimentalEstimation of the energy (Wh) consumed by network in a host based on network utilization metrics. Value is optional.

energy.measurement.total

double

experimentalTotal amount of energy in Wh estimated for the energy consumption estimated for compute and for data center cooling, lighting, or other consumption.

energy.measurement.total_wasted

double

experimentalEnergy wasted (Wh) based on CPU utilization waste. Includes data center cooling, lighting and other consumptions to the total energy wasted.

14.02

energy.pue

double

experimentalPower Usage Effectiveness (PUE) value used on the calculation to include data center cooling, lighting and other consumptions to the total energy estimated for compute.

1.58

energy.pue.last_update

string

experimentalDate of the last update to energy.pue.

1970-01-01T00:00:00.000Z

energy.pue.origin

string

experimentalOrigin of Power Usage Effectiveness (PUE) value.

global; aws; gcp; azure; custom

event.end

string

stableThe event end timestamp in UTC (given in Grail preferred Linux timestamp nano precision format).

16481073970000

event.id

string

stableUniquely identifies the event within the event.provider realm (event.provider and event.id should define a unique identification critera for the event).

5547782627070661074_1647601320000

event.provider

string

stableThe domain specific identification of the event originating component. 1Tags: permission

dynatrace.biz.carbon

event.start

string

stableThe event start timestamp in UTC (given in Grail preferred Linux timestamp nano precision format).

16481073970000

event.type

string

stableHigh level, domain specific classification criteria for the event. For a carbon bizevent, this value must be carbon.measurement 2Tags: permission

carbon.measurement

execution.method

string

experimentalWhat kind of trigger is used to execute estimation.

workflow-v2; workflow-v3; actions-v4

gcp.region

string

resource stableA region is a specific geographical location where you can host your resources.Tags: primary-field

europe-west3

host.disk.size

double

experimentalThe total size of disk storage accessible to a host in bytes.

host.memoryTotal

double

experimentalThe total amount of random access memory detected in a host by OneAgent.

system.model

string

experimentalThe system model of the instrumented host. The value is optional as it is not always available

t3.medium; m5.large; Dell Precision 5540

system.processor.model

string

experimentalSystem processor model of the instrumented host.

Intel(R) Xeon(R) Platinum 8175M CPU @ 2.50GHz; Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz

timestamp

timestamp

stableThe time (UNIX Epoch time in nanoseconds) when the event originated, typically when the source created it. If no original timestamp is available, it will be populated at ingest time and required for all events. In the case of a correlated event (for example, ITIL events), this time could be different from the event.start time, as this time represents the actual timestamp when the "update" for the event was created.

1649822520123123123

utilization.cpu.average

double

experimentalAverage of CPU usage metric from the host used in the calculation. Value is optional as a bizevent can be ingested directly with energy consumption from a device that doesn't require energy estimation from utilization metrics.

0.52

utilization.io.average

double

**deprecatedReplaced with host.disk.size attribute, which more accurately reflects the role of disk storage in the carbon calculation.**Average of storage usage metric from the host used in the calculation. Value is optional as a bizevent can be ingested directly with energy consumption from a device that doesn't require energy estimation from utilization metrics or maybe this metric is missing.

utilization.memory.average

double

**deprecatedReplaced with host.memoryTotal attribute, which more accurately reflects the role of memory in the carbon calculation.**Average of memory usage metric from the host used in the calculation. Value is optional as a bizevent can be ingested directly with energy consumption from a device that doesn't require energy estimation from utilization metrics.

utilization.network.average

double

**deprecatedDeprecated. Use utilization.networkTotal.average instead.**Average of network usage metric from the host used in the calculation. Value is optional as a bizevent can be ingested directly with energy consumption from a device that doesn't require energy estimation from utilization metrics or maybe this metric is missing.

utilization.networkPrivate.average

double

experimentalThe sum of private download and upload of a host in Bytes per second (B/s), i.e. to network interface cards without public IPs.

utilization.networkPublic.average

double

experimentalThe sum of public download and upload of a host in Bytes per second (B/s), i.e. to network interface cards with public IPs.

utilization.networkTotal.average

double

experimentalThe sum of download and upload of a host in Bytes per second (B/s) averaged out over the duration of a carbon event.

1

If not set, automatically set to value unknown

2

If not set, automatically set to value unknown

Compliance assistant incident event

Compliance assistant classified incidents.

Query

Fetch all events for classified compliance assistant incidents.

fetch bizevents
| filter event.type == "compliance.incident"

Compliance assistant incident event fields

AttributeTypeDescriptionExamples

compliance.cifs_impacted.ids

string

experimentalA distinct list of all the unique identifiers of the business flows configured as critical or important functions (CIFs) affected by the incident.

vu9U3hXa3q0AAAABAChhcHA6ZHluYXRyYWNlLmJpei5mbG93OpCpei1mbG93LXNldHRpbmdzAAZ0ZW5hbnQABnRlbmFudAAkZTAyYmM4ZWMtYjIxNy0zYjAyLWI4ZjctMTg5MGU5OTUwOTYwvu9U3hXa2a2

compliance.cifs_impacted.names

string

experimentalA distinct list of all the names of the business flows configured as critical or important functions (CIFs) affected by the incident.

Account opening; Deposit and trade flow

compliance.framework

string

experimentalThe name to display of the compliance framework.

DORA

compliance.incident.classified

boolean

experimentalIndicates whether the incident has been classified as major in line with DORA requirements. For a Compliance Assistant incident bizevent, the value is set to true.

true; false

compliance.incident.comment

string

experimentalThe human-readable display of the comment added when classifying the incident in Compliance Assistant as major according to DORA.

The incident was classified as major due to insights on reputational damage and user impact.

compliance.incident.duration

duration

experimentalA time duration in nanosecond that defines one end of the analysis window relative to event.start of the dt.davis.problems. If positive, the analysis window spans from the event.start to event.start plus the offset. If negative, the window spans from event.start minus the offset up to event.start. If missing, no analysis window was required for event creation, or no information about the analysis window is provided.

7200000000000

compliance.incident.duration_criteria

boolean

experimentalIndicates if the DORA classification criteria of incident duration has been breached.

true; false

compliance.incident.economic_impact

double

experimentalA value representing the amount of the estimated economic impact, which has been calculated on the basis of the estimated incurred cost per minute of the affected critical or important functions (CIFs) and the duration of the incident compliance.incident.duration.

555.44

compliance.incident.economic_impact_criteria

boolean

experimentalIndicates if the DORA classification criteria of incident economic impact has been breached.

true; false

compliance.incident.name

string

experimentalThe human-readable display name of an incident. For a Compliance Assistant incident bizevent, the value must be the event.name of the dt.davis.problem in question.

CPU saturation; Multiple infrastructure problems

compliance.incident.time.classified

timestamp

experimentalThe time (UNIX Epoch time in nanoseconds) when the incident has been classified as major in line with DORA requirements.

1649822520123123123

event.id

string

stableUniquely identifies the event within the dynatrace.compliance.assistant realm. realm (event.provider and event.id should define a unique identification critera for the event). 1

5547782627070661074_1647601320000

event.kind

string

stableGives high-level information about what kind of information the event contains without being specific about the contents of the event. It helps to determine the record type of a raw event.Tags: permission

BIZ_EVENT

event.provider

string

stableThe domain-specific identification of the event originating component. For a Compliance Assistant incident bizevent, the value must be dynatrace.compliance.assistant.Tags: permission

dynatrace.compliance.assistant

event.type

string

stableHigh-level, domain-specific classification criteria for the event. For a Compliance Assistant incident bizevent, the value must be compliance.incident.Tags: permission

compliance.incident

problem.category

string

experimentalStandard categorization based on the underlying dt.davis.problem.

AVAILABILITY; ERROR; SLOWDOWN; RESOURCE_CONTENTION; CUSTOM_ALERT; MONITORING_UNAVAILABLE

problem.event.id

string

experimentalUnique identifier string of the underlying dt.davis.problem.

5547782627070661074_1647601320000

problem.status

string

experimentalStatus of the underlying dt.davis.problem event as being either Active or Closed.

ACTIVE; CLOSED

timestamp

timestamp

stableThe time (UNIX Epoch time in nanoseconds) when the event originated, typically when the source created it. If no original timestamp is available, it will be populated at ingest time and required for all events. In the case of a correlated event (for example, ITIL events), this time could be different from the event.start time, as this time represents the actual timestamp when the "update" for the event was created.

1649822520123123123

1

Unique identification criteria for the compliance incident.

Price list business events

Price list business events contains public price list from vendors or estimated price list for on-premise instances to allow calculation of price list cost of instances that are monitored by OneAgent. The events are generated every hour by Carbon Impact app through an automation (Workflow).

Query

Shows the public price list from vendors or estimated price list for on-premise instances.

fetch bizevents
| filter event.type == "cost.list.price"

Price list fields

AttributeTypeDescriptionExamples

aws.region

string

resource stableA specific geographical AWS Cloud location.Tags: primary-field

us-east-1

azure.location

string

resource stableA specific geographical location of Azure cloud resource.Tags: primary-field

westeurope

cloud.provider

string

resource stableName of the cloud provider.

alibaba_cloud

cloud.region

string

resource deprecatedDeprecated in favor of cloud specific fields, such as aws.region, azure.location, gcp.region, etc.

us-east-1

event.id

string

stableUniquely identifies the event within the event.provider realm (event.provider and event.id should define a unique identification critera for the event).

5547782627070661074_1647601320000

event.provider

string

stableThe domain specific identification of the event originating component. In the case that they are price list values of instances in cloud vendors generated by Carbon Impact app, it must be dynatrace.biz.carbon. For data ingested directly from other sources, description of new source can be included in this attribute. 1Tags: permission

dynatrace.biz.carbon; othercloud.price.list.script

event.type

string

stableHigh level, domain specific classification criteria for the event. In this type of event, it should be cost.list.price.Tags: permission

cost.list.price

gcp.region

string

resource stableA region is a specific geographical location where you can host your resources.Tags: primary-field

europe-west3

price.currency

string

experimentalThree letter code of currency used on the total hourly cost of the instance, following ISO 4217.

USD

price.total

double

experimentalTotal cost per hour of the resource based on public price list.

0.384

resource.category

string

experimentalCategory of the resource extracted from public price list of cloud vendor. Its value is optional.

instance; faas; ec2; storage

resource.instance.cpu_cores

long

experimentalNumber of CPU cores on instance price list

4

resource.instance.memory_total

long

experimental(Optional) Total memory of the instance on price list, expressed in bytes.

454555

resource.instance.os_type

string

experimentalType of operating system in the instance on price list

Linux; Windows

resource.instance.type

string

experimentalAWS, GCE or Azure machine-type, retrieved from instance metadata service. In Semantic Dictionary this attribute appears in dt.entity.host in system.model value

m5.large

timestamp

timestamp

stableThe time (UNIX Epoch time in nanoseconds) when the event originated, typically when the source created it. If no original timestamp is available, it will be populated at ingest time and required for all events. In the case of a correlated event (for example, ITIL events), this time could be different from the event.start time, as this time represents the actual timestamp when the "update" for the event was created.

1649822520123123123

1

If not set, automatically set to value unknown

Price list hourly costs business events

Price list hourly costs business events contains the result of calculating the public price list cost of resources monitored by OneAgent. The events are generated every hour by Carbon Impact app through an automation (Workflow).

Query

Shows the costs of resources monitored by OneAgent calculated using public prices of the cloud provider.

fetch bizevents
| filter event.type == "cost.list.spend"

Instance hourly cost fields

AttributeTypeDescriptionExamples

aws.region

string

resource stableA specific geographical AWS Cloud location.Tags: primary-field

us-east-1

azure.location

string

resource stableA specific geographical location of Azure cloud resource.Tags: primary-field

westeurope

cloud.provider

string

resource stableName of the cloud provider.

alibaba_cloud

cloud.region

string

resource deprecatedDeprecated in favor of cloud specific fields, such as aws.region, azure.location, gcp.region, etc.

us-east-1

cost.currency

string

experimentalThree letter code of currency used on the total hourly cost of the instance, following ISO 4217.

EUR

cost.total

double

experimentalTotal cost based on public price list from instrumented resource.

0.384

dt.entity.host

string

resource stableAn entity ID of an entity of type HOST.Tags: entity-id

HOST-E0D8F94D9065F24F

event.end

string

stableThe event end timestamp in UTC (given in Grail preferred Linux timestamp nano precision format).

1649822520123123123

event.id

string

stableUnique identifier string of an event; is stable across multiple refreshes and updates.

5547782627070661074_1647601320000

event.provider

string

stableThe domain specific identification of the event originating component. In the case that they are price list values of instances in cloud vendors generated by Carbon Impact app, it must be dynatrace.biz.carbon. For data ingested directly from other sources, description of new source can be included in this attribute. 1Tags: permission

dynatrace.biz.carbon

event.start

string

stableThe event start timestamp in UTC (given in Grail preferred Linux timestamp nano precision format).

1649822520123123123

event.type

string

stableHigh level, domain specific classification criteria for the event. In this type of event, it should be cost.list.spend.Tags: permission

cost.list.spend

gcp.region

string

resource stableA region is a specific geographical location where you can host your resources.Tags: primary-field

europe-west3

price.currency

string

experimentalThree letter code of currency used on the total hourly cost of the instance, following ISO 4217.

USD

price.total

double

experimentalTotal cost per hour of the resource based on public price list.

0.384

resource.category

string

experimentalCategory of the resource extracted from public price list of cloud vendor. Its value is optional.

instance; faas; ec2; storage

resource.instance.cpu_cores

long

experimentalNumber of CPU cores on instance price list

4

resource.instance.memory_total

long

experimental(Optional) Total memory of the instance on price list, expressed in bytes.

454555

resource.instance.os_type

string

experimentalType of operating system in the instance on price list

Linux; Windows

resource.instance.type

string

experimentalAWS, GCE or Azure machine-type, retrieved from instance metadata service. In Semantic Dictionary this attribute appears in dt.entity.host in system.model value

m5.large

timestamp

timestamp

stableThe time (UNIX Epoch time in nanoseconds) when the event originated, typically when the source created it. If no original timestamp is available, it will be populated at ingest time and required for all events. In the case of a correlated event (for example, ITIL events), this time could be different from the event.start time, as this time represents the actual timestamp when the "update" for the event was created.

1649822520123123123

1

If not set, automatically set to value unknown

Real billing costs events

Real billing costs events contains the real billing cost data ingested from cloud vendors. Every event is a line of the invoices ingested, and events are generated every hour for daily data, and once a day for monthly data.

Query

Shows all the line items of real billing cost data in USD from cloud providers

fetch bizevents
| filter event.type == "cost.real.spend"

Real billing costs events fields

AttributeTypeDescriptionExamples

aws.account.id

string

resource stableThe 12-digit number, such as 123456789012, that uniquely identifies an AWS account.Tags: permission primary-field

123456789012

aws.availability_zone

string

resource stableA specific availability zone or array of zones in given AWS region.

us-east-1a; us-east-1b

aws.region

string

resource stableA specific geographical AWS Cloud location.Tags: primary-field

us-east-1

aws.x_CostCategories

string

experimentalCategories for the AWS service.

{"Team": "Team1", "BusinessUnit": "BU1"}

aws.x_Discounts

double

experimentalThe discount applied to the AWS service.

0.02

aws.x_Operation

string

experimentalThe operation name of the AWS service.

CreateDBInstance; RunInstances

aws.x_ServiceCode

string

experimentalThe unique identifier or code assigned to the AWS service.

AmazonEC2; AmazonS3

aws.x_UsageType

string

experimentalA specific description code for the type of usage.

BoxUsage:m5.xl; BoxUsage:c1.xlarge

azure.availability_zones

string[]

resource experimentalAvailability zones of Azure cloud resource.

['1']

azure.location

string

resource stableA specific geographical location of Azure cloud resource.Tags: primary-field

westeurope

azure.resource.group

string

resource stableA resource group is a container that holds related resources for an Azure solution.Tags: permission primary-field

demo-backend-rg

azure.subscription

string

resource stableAn Azure subscription is a logical container used to provision resources in Azure.Tags: permission primary-field

27e9b03f-04d2-2b69-b327-32f433f7ed21

cloud.availability_zone

string

resource deprecatedDeprecated in favor of cloud specific fields, such as aws.availability_zone, azure.availability_zones, gcp.zone, etc.

us-east-1a

cloud.provider

string

resource stableName of the cloud provider.

alibaba_cloud

cloud.region

string

resource deprecatedDeprecated in favor of cloud specific fields, such as aws.region, azure.location, gcp.region, etc.

us-east-1

event.end

string

stableThe event end timestamp in UTC (given in Grail preferred Linux timestamp nano precision format).

1649822520123123123

event.id

string

stableUnique identifier string of an event; is stable across multiple refreshes and updates.

5547782627070661074_1647601320000

event.provider

string

stableThe domain specific identification of the event originating component. In the case that they are price list values of instances in cloud vendors generated by Carbon Impact app, it must be dynatrace.biz.carbon. For data ingested directly from other sources, description of new source can be included in this attribute. 1Tags: permission

dynatrace.biz.carbon

event.start

string

stableThe event start timestamp in UTC (given in Grail preferred Linux timestamp nano precision format).

1649822520123123123

event.type

string

stableHigh level, domain specific classification criteria for the event. In this type of event, it should be cost.real.spend.Tags: permission

cost.real.spend

focus.AvailabilityZone

string

experimentalProvider-assigned identifier for a physically separated and isolated area within a region that provides high availability and fault tolerance. Availability Zone is commonly used for scenarios like analyzing cross-zone data transfer usage and the corresponding cost based on where resources are deployed.

us-east-1a; us-west-2b

focus.BilledCost

double

experimentalA charge serving as the basis for invoicing, inclusive of all reduced rates and discounts while excluding the amortization of upfront charges (one-time or recurring).

100.0; 200.5

focus.BillingAccountId

string

experimentalThe identifier assigned to a billing account by the provider.

example-account-id-1; example-account-id-2

focus.BillingAccountName

string

experimentalThe display name assigned to a billing account.

example-account-name-1; example-account-name-2

focus.BillingAccountType

string

experimentalThe provider-assigned readable display name to identify the type of billing account.

Account Type 1; Account Type 2

focus.BillingCurrency

string

experimentalRepresents the currency that a charge was billed in.

USD; EUR

focus.BillingPeriodEnd

string

experimentalThe exclusive end date and time of a billing period.

2024-02-01T00:00:00Z; 2024-03-01T00:00:00Z

focus.BillingPeriodStart

string

experimentalThe inclusive start date and time of a billing period.

2024-01-01T00:00:00Z; 2024-02-01T00:00:00Z

focus.CapacityReservationId

string

experimentalA provider-assigned identifier for a capacity reservation. Capacity reservations are used to ensure that resources are available when needed.

cr-12345; cr-67890

focus.CapacityReservationStatus

string

experimentalThe status of a capacity reservation.

Used; Unused

focus.ChargeCategory

string

experimentalThe category of the charge.

Usage; Purchase; Tax; Credit; Adjustment

focus.ChargeClass

string

experimentalThe class of the charge.

Correction

focus.ChargeDescription

string

experimentalA description of the charge.

Monthly compute charge; Annual storage charge

focus.ChargeFrequency

string

experimentalThe frequency of the charge.

One-Time; Recurring; Usage-Based

focus.ChargePeriodEnd

string

experimentalThe end date and time of the charge period.

2024-12-31T23:59:59Z; 2025-12-31T23:59:59Z

focus.ChargePeriodStart

string

experimentalThe start date and time of the charge period.

2024-01-01T00:00:00Z; 2025-01-01T00:00:00Z

focus.CommitmentDiscountCategory

string

experimentalThe category of the commitment discount.

Spend; Usage

focus.CommitmentDiscountId

string

experimentalA provider-assigned identifier for a commitment discount.

cd-12345; cd-67890

focus.CommitmentDiscountName

string

experimentalThe name of the commitment discount.

Discount A; Discount B

focus.CommitmentDiscountQuantity

double

experimentalThe quantity of the commitment discount.

10.0; 20.0

focus.CommitmentDiscountStatus

string

experimentalThe status of the commitment discount.

Used; Unused

focus.CommitmentDiscountType

string

experimentalThe type of the commitment discount.

percentage; fixed

focus.CommitmentDiscountUnit

string

experimentalThe unit of the commitment discount.

hours; GB

focus.ConsumedQuantity

double

experimentalThe quantity of resources consumed.

100.0; 200.0

focus.ConsumedUnit

string

experimentalThe unit of the consumed quantity.

hours; GB

focus.ContractedCost

double

experimentalThe cost agreed upon in a contract for a specific service or resource. This cost is typically used in scenarios where there are long-term agreements or commitments with a service provider.

5000.0; 10000.0

focus.ContractedUnitPrice

double

experimentalThe unit price agreed upon in a contract for a specific service or resource.

0.05; 0.1

focus.EffectiveCost

double

experimentalThe effective cost after applying discounts and credits.

90.0; 180.0

focus.InvoiceId

string

experimentalAn identifier for an invoice encapsulating some or all charges in the corresponding billing period for a given billing account.

example-invoice-id-1; example-invoice-id-2

focus.InvoiceIssuerName

string

experimentalThe entity that issued the invoice.

Provider A; Provider B

focus.ListCost

double

experimentalThe list cost of a service or resource before any discounts or credits are applied.

100.0; 200.0

focus.ListUnitPrice

double

experimentalThe list unit price of a service or resource before any discounts or credits are applied.

0.05; 0.1

focus.PricingCategory

string

experimentalThe category of the pricing.

Standard; Dynamic; Committed; Other

focus.PricingCurrency

string

experimentalThe national or virtual currency denomination that a resource or service was priced in.

USD; EUR; YEN

focus.PricingCurrencyContractedUnitPrice

double

experimentalThe agreed-upon unit price for a single Pricing Unit of the associated SKU, inclusive of negotiated discounts, while excluding negotiated commitment discounts or any other discounts.

0.09; 0.12

focus.PricingCurrencyEffectiveCost

double

experimentalThe cost of the charge after applying all reduced rates, discounts, and the applicable portion of relevant, prepaid purchases (one-time or recurring) that covered this charge, as denominated in Pricing Currency.

0.07; 0.05

focus.PricingCurrencyListUnitPrice

double

experimentalThe suggested provider-published unit price for a single Pricing Unit of the associated SKU, exclusive of any discounts.

0.03; 0.05

focus.PricingQuantity

double

experimentalThe quantity of the pricing.

100.0; 200.0

focus.PricingUnit

string

experimentalThe unit of the pricing quantity.

hours; GB

focus.ProviderName

string

experimentalThe provider of the service or resource.

AWS; Azure

focus.PublisherName

string

experimentalThe publisher of the service or resource.

Publisher A; Publisher B

focus.RegionId

string

experimentalA provider-assigned identifier for a region.

us-east-1; us-west-2

focus.RegionName

string

experimentalThe name of the region.

US East; US West

focus.ResourceId

string

experimentalA provider-assigned identifier for a resource.

resource-12345; resource-67890

focus.ResourceName

string

experimentalThe name of the resource.

Resource A; Resource B

focus.ResourceType

string

experimentalThe type of the resource.

VM; Storage

focus.ServiceCategory

string

experimentalThe category of the service.

AI and Machine Learning; Analytics; Business Applications; Compute; Databases; Developer Tools; Multicloud; Identity; Integration; Internet of Things; Management and Governance; Media; Migration; Mobile; Networking; Security; Storage; Web; Other

focus.ServiceName

string

experimentalThe name of the service.

Service A; Service B

focus.ServiceSubcategory

string

experimentalThe subcategory of the service.

AI Platforms; Bots; Generative AI; Machine Learning; Natural Language Processing; Other (AI and Machine Learning); Analytics Platforms; Business Intelligence; Data Processing; Search; Streaming Analytics; Other (Analytics); Productivity and Collaboration; Other (Business Applications); Containers; End User Computing; Quantum Compute; Serverless Compute; Virtual Machines; Other (Compute); Caching; Data Warehouses; Ledger Databases; NoSQL Databases; Relational Databases; Time Series Databases; Other (Databases); Developer Platforms; Continuous Integration and Deployment; Development Environments; Source Code Management; Quality Assurance; Other (Developer Tools); Identity and Access Management; Other (Identity); API Management; Messaging; Workflow Orchestration; Other (Integration); IoT Analytics; IoT Platforms; Other (Internet of Things); Architecture; Compliance; Cost Management; Data Governance; Disaster Recovery; Endpoint Management; Observability; Support; Other (Management and Governance); Content Creation; Gaming; Media Streaming; Mixed Reality; Other (Media); Data Migration; Resource Migration; Other (Migration); Other (Mobile); Multicloud Integration; Other (Multicloud); Application Networking; Content Delivery; Network Connectivity; Network Infrastructure; Network Routing; Network Security; Other (Networking); Secret Management; Security Posture Management; Threat Detection and Response; Other (Security); Backup Storage; Block Storage; File Storage; Object Storage; Storage Platforms; Other (Storage); Application Platforms; Other (Web); Other (Other)

focus.SkuId

string

experimentalA provider-assigned identifier for a SKU (Stock Keeping Unit).

sku-12345; sku-67890

focus.SkuMeter

string

experimentalThe meter associated with the SKU.

meter-12345; meter-67890

focus.SkuPriceDetails

string

experimentalThe price details associated with the SKU.

price-detail-1; price-detail-2

focus.SkuPriceId

string

experimentalA provider-assigned identifier for the SKU price.

price-id-12345; price-id-67890

focus.SubAccountId

string

experimentalA provider-assigned identifier for a sub-account.

sub-12345; sub-67890

focus.SubAccountName

string

experimentalThe name of the sub-account.

Sub Account A; Sub Account B

focus.SubAccountType

string

experimentalThe provider-assigned readable dislay name to identify the type of sub account.

Sub Account Type A; Sub Account Type B

focus.Tags

string

experimentalProvider-defined or user-defined tags.

Tag A; Tag B

focus.spec.version

string

experimentalThe version of the focus specification.

1.0; 1.1; 1.2

gcp.project.id

string

resource stableIdentifier of the GCP project associated with this resource.Tags: permission primary-field

dynatrace-gcp-extension

gcp.region

string

resource stableA region is a specific geographical location where you can host your resources.Tags: primary-field

europe-west3

gcp.zone

string

resource stableA zone is a subset of a region. Each region has three or more zones.

europe-west3-c

price.total.granularity

string

experimentalPrice total granularity.

monthly; daily

timestamp

timestamp

stableThe time (UNIX Epoch time in nanoseconds) when the event originated, typically when the source created it. If no original timestamp is available, it will be populated at ingest time and required for all events. In the case of a correlated event (for example, ITIL events), this time could be different from the event.start time, as this time represents the actual timestamp when the "update" for the event was created.

1649822520123123123

1

If not set, automatically set to value unknown

Related tags
Business Observability