Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ data class CsmPlatformProperties(
/** Persistent metrics configuration */
val metrics: Metrics = Metrics(),

/** Loki Service */
val loki: Loki = Loki(),

/** Internal result data service configuration */
val internalResultServices: CsmServiceResult?,
) {
Expand Down Expand Up @@ -217,11 +214,6 @@ data class CsmPlatformProperties(
val path: String
)

data class Loki(
/** Base Loki url */
val baseUrl: String = "http://loki.default.svc.cluster.local:3100",
)

data class Argo(
/** Argo service base Uri */
val baseUri: String,
Expand Down
110 changes: 0 additions & 110 deletions src/main/kotlin/com/cosmotech/api/loki/LokiService.kt

This file was deleted.