Try it free

Business Analytics version 1.317

  • Published Jun 03, 2025

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
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"
AttributeTypeDescriptionExamples

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.

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

k8s.cluster.name

string

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

unguard-dev; acme-prod10

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"
AttributeTypeDescriptionExamples

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.

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

k8s.cluster.name

string

resource stable(Optional) The 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.namespace.name

string

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

default; kube-system

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"
AttributeTypeDescriptionExamples

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 experimentalName of the cloud provider.

alibaba_cloud

cloud.region

string

resource stableIdentifier of the cloud vendor's data center geographic region.

us-east-1

dt.entity.host

string

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

HOST-E0D8F94D9065F24F

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

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

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"
AttributeTypeDescriptionExamples

cloud.provider

string

resource experimentalName of the cloud provider.

alibaba_cloud

cloud.region

string

resource stableIdentifier of the cloud vendor's data center geographic region.

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

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"
AttributeTypeDescriptionExamples

cloud.provider

string

resource experimentalName of the cloud provider.

alibaba_cloud

cloud.region

string

resource stableIdentifier of the cloud vendor's data center geographic region.

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

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"
AttributeTypeDescriptionExamples

cloud.availability_zone

string

resource stableIdentifier referring to the availability zone within a cloud vendor's region.

us-east-1a

cloud.provider

string

resource experimentalName of the cloud provider.

alibaba_cloud

cloud.region

string

resource stableIdentifier of the cloud vendor's data center geographic region.

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_event.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_event.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_event.BillingAccountId

string

experimentalThe identifier assigned to a billing account by the provider.

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

focus_event.BillingAccountName

string

experimentalThe display name assigned to a billing account.

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

focus_event.BillingCurrency

string

experimentalRepresents the currency that a charge was billed in.

USD; EUR

focus_event.BillingPeriodEnd

string

experimentalThe exclusive end date and time of a billing period.

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

focus_event.BillingPeriodStart

string

experimentalThe inclusive start date and time of a billing period.

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

focus_event.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_event.CapacityReservationStatus

string

experimentalThe status of a capacity reservation.

Used; Unused

focus_event.ChargeCategory

string

experimentalThe category of the charge.

Usage; Purchase; Tax; Credit; Adjustment

focus_event.ChargeClass

string

experimentalThe class of the charge.

Correction

focus_event.ChargeDescription

string

experimentalA description of the charge.

Monthly compute charge; Annual storage charge

focus_event.ChargeFrequency

string

experimentalThe frequency of the charge.

One-Time; Recurring; Usage-Based

focus_event.ChargePeriodEnd

string

experimentalThe end date and time of the charge period.

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

focus_event.ChargePeriodStart

string

experimentalThe start date and time of the charge period.

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

focus_event.CommitmentDiscountCategory

string

experimentalThe category of the commitment discount.

Spend; Usage

focus_event.CommitmentDiscountId

string

experimentalA provider-assigned identifier for a commitment discount.

cd-12345; cd-67890

focus_event.CommitmentDiscountName

string

experimentalThe name of the commitment discount.

Discount A; Discount B

focus_event.CommitmentDiscountQuantity

double

experimentalThe quantity of the commitment discount.

10.0; 20.0

focus_event.CommitmentDiscountStatus

string

experimentalThe status of the commitment discount.

Used; Unused

focus_event.CommitmentDiscountType

string

experimentalThe type of the commitment discount.

percentage; fixed

focus_event.CommitmentDiscountUnit

string

experimentalThe unit of the commitment discount.

hours; GB

focus_event.ConsumedQuantity

double

experimentalThe quantity of resources consumed.

100.0; 200.0

focus_event.ConsumedUnit

string

experimentalThe unit of the consumed quantity.

hours; GB

focus_event.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_event.ContractedUnitPrice

double

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

0.05; 0.1

focus_event.EffectiveCost

double

experimentalThe effective cost after applying discounts and credits.

90.0; 180.0

focus_event.InvoiceIssuer

string

experimentalThe entity that issued the invoice.

Provider A; Provider B

focus_event.ListCost

double

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

100.0; 200.0

focus_event.ListUnitPrice

double

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

0.05; 0.1

focus_event.PricingCategory

string

experimentalThe category of the pricing.

Standard; Dynamic; Committed; Other

focus_event.PricingQuantity

double

experimentalThe quantity of the pricing.

100.0; 200.0

focus_event.PricingUnit

string

experimentalThe unit of the pricing quantity.

hours; GB

focus_event.Provider

string

experimentalThe provider of the service or resource.

AWS; Azure

focus_event.Publisher

string

experimentalThe publisher of the service or resource.

Publisher A; Publisher B

focus_event.RegionId

string

experimentalA provider-assigned identifier for a region.

us-east-1; us-west-2

focus_event.RegionName

string

experimentalThe name of the region.

US East; US West

focus_event.ResourceId

string

experimentalA provider-assigned identifier for a resource.

resource-12345; resource-67890

focus_event.ResourceName

string

experimentalThe name of the resource.

Resource A; Resource B

focus_event.ResourceType

string

experimentalThe type of the resource.

VM; Storage

focus_event.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_event.ServiceName

string

experimentalThe name of the service.

Service A; Service B

focus_event.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_event.SkuId

string

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

sku-12345; sku-67890

focus_event.SkuMeter

string

experimentalThe meter associated with the SKU.

meter-12345; meter-67890

focus_event.SkuPriceDetails

string

experimentalThe price details associated with the SKU.

price-detail-1; price-detail-2

focus_event.SkuPriceId

string

experimentalA provider-assigned identifier for the SKU price.

price-id-12345; price-id-67890

focus_event.SubAccountId

string

experimentalA provider-assigned identifier for a sub-account.

sub-12345; sub-67890

focus_event.SubAccountName

string

experimentalThe name of the sub-account.

Sub Account A; Sub Account B

focus_event.Tags

string

experimentalThe set of tags assigned to tag sources that account for potential provider-defined or user-defined tag evaluations.

{"foo": "bar", "baz": "true"}

focus_event.Version

string

experimentalThe version of the focus specification

1.0; 1.1

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