Skip to content

Commit 3df5ed4

Browse files
authored
feat: git push --set-upstream origin prometheus (#677)
* build: upgrade to v0.15.9 * feat: 支持Prometheus的指标聚合API Close #676
1 parent 57f1e81 commit 3df5ed4

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
更新日志文档,版本顺序从新到旧,最新版本在最前(上)面。
44

5+
# 0.15.9
6+
7+
- 支持Prometheus的指标聚合API #676
8+
59
# 0.15.8
610

711
- [X] Console条目详情页剧集看完按钮动态显示 #671

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.15.8
1+
version=0.15.9

server/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
import org.apache.tools.ant.filters.ReplaceTokens
2-
import org.springframework.core.io.ClassPathResource
3-
41
plugins {
52
id 'org.springframework.boot' version '3.0.1'
63
id 'io.spring.dependency-management' version '1.1.0'
@@ -71,6 +68,7 @@ dependencies {
7168
implementation 'org.json:json:20230227'
7269

7370
implementation "org.flywaydb:flyway-core:$flywaydb"
71+
implementation "io.micrometer:micrometer-registry-prometheus"
7472

7573

7674
implementation 'io.jsonwebtoken:jjwt-api:0.12.5'

0 commit comments

Comments
 (0)