summaryrefslogtreecommitdiff
path: root/opendc-trace/opendc-trace-api/src/main/kotlin/org/opendc/trace/conv
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-trace/opendc-trace-api/src/main/kotlin/org/opendc/trace/conv')
-rw-r--r--opendc-trace/opendc-trace-api/src/main/kotlin/org/opendc/trace/conv/ResourceColumns.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/opendc-trace/opendc-trace-api/src/main/kotlin/org/opendc/trace/conv/ResourceColumns.kt b/opendc-trace/opendc-trace-api/src/main/kotlin/org/opendc/trace/conv/ResourceColumns.kt
index baaa0690..9a826418 100644
--- a/opendc-trace/opendc-trace-api/src/main/kotlin/org/opendc/trace/conv/ResourceColumns.kt
+++ b/opendc-trace/opendc-trace-api/src/main/kotlin/org/opendc/trace/conv/ResourceColumns.kt
@@ -40,7 +40,7 @@ public val resourceClusterID: String = "cluster_id"
* Start time for the resource.
*/
@JvmField
-public val resourceStartTime: String = "start_time"
+public val resourceSubmissionTime: String = "submission_time"
/**
* Start time for the resource.
@@ -52,7 +52,7 @@ public val resourceCarbonIntensity: String = "carbon_intensity"
* End time for the resource.
*/
@JvmField
-public val resourceStopTime: String = "stop_time"
+public val resourceDuration: String = "duration"
/**
* Number of CPUs for the resource.