summaryrefslogtreecommitdiff
path: root/simulator/opendc-trace
AgeCommit message (Collapse)Author
2021-03-26tracer: Remove event tracer from repositoryFabian Mastenbroek
This change removes the event tracer from the repository as we migrate to the industry standard OpenTelemetry.
2021-02-23Use Java Platform for shared dependency constraintsFabian Mastenbroek
This change uses the Java Platform functionality from Gradle to enable shared dependency constraints across modules.
2021-02-23Utilize version constraints for shared versionsFabian Mastenbroek
This change updates the Gradle configuration to utilize version constraints to force the same dependency version across modules.
2021-02-23Move dependency versions to gradle.propertiesFabian Mastenbroek
This change moves the version of the dependencies from buildSrc to gradle.properties to prevent recompilation when changing dependency versions.
2021-02-23Extract testing conventions from Kotlin conventionsFabian Mastenbroek
This change extracts the configuration for test from the Kotlin library conventions.
2021-01-12Properly close EventStream on close callFabian Mastenbroek
This change fixes an issue where an EventStream was not properly closed when the user asked so.
2021-01-03Add library for event tracingFabian Mastenbroek
This change adds a new library for event tracing, in order to use a consistent approach for recording and processing event (streams).