We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23835a commit 544f70bCopy full SHA for 544f70b
kotlin-extension/build.gradle.kts
@@ -1,5 +1,5 @@
1
plugins {
2
- id ("org.jetbrains.kotlin.jvm") version "2.3.10"
+ id ("org.jetbrains.kotlin.jvm") version "2.3.20"
3
}
4
5
description = "OpenTelemetry Example for Kotlin extensions"
prometheus/docker-compose.yml
@@ -4,7 +4,7 @@ services:
ports:
- '19090:19090'
6
prometheus:
7
- image: prom/prometheus@sha256:4a61322ac1103a0e3aea2a61ef1718422a48fa046441f299d71e660a3bc71ae9
+ image: prom/prometheus@sha256:dda13e28bf95a5e5ca5b8ed56852006094c1c8e8871d9c9dbeed30aa6e55271f
8
volumes:
9
- ./prometheus.yml:/etc/prometheus/prometheus.yml
10
depends_on:
0 commit comments