summaryrefslogtreecommitdiff
path: root/simulator/opendc-workflow/opendc-workflow-service/src/main
AgeCommit message (Collapse)Author
2021-03-26workflow: Remove event tracer from workflow serviceFabian Mastenbroek
This change removes the event tracer from the OpenDC Workflow service as we start migrating to the industry standard OpenTelemetry.
2021-03-26compute: Integrate OpenTelemetry Metrics in OpenDC WorkflowFabian Mastenbroek
This change integrates the OpenTelemetry Metrics API in the OpenDC Workflow Service implementation. This replaces the old infrastructure for gathering metrics.
2021-03-09workflow: Split workflow module in API and service moduleFabian Mastenbroek