Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
device-new-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
device-new-platform
Commits
a2fdfa4c
Commit
a2fdfa4c
authored
Dec 12, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加监控节点
parent
67aac56c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
+26
-0
common-lib/pom.xml
common-lib/pom.xml
+11
-0
device-manager/src/main/resources/bootstrap.yml
device-manager/src/main/resources/bootstrap.yml
+15
-0
No files found.
common-lib/pom.xml
View file @
a2fdfa4c
...
@@ -96,6 +96,17 @@
...
@@ -96,6 +96,17 @@
<artifactId>
gson
</artifactId>
<artifactId>
gson
</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>
io.micrometer
</groupId>
<artifactId>
micrometer-core
</artifactId>
</dependency>
<dependency>
<groupId>
io.micrometer
</groupId>
<artifactId>
micrometer-registry-prometheus
</artifactId>
</dependency>
</dependencies>
</dependencies>
...
...
device-manager/src/main/resources/bootstrap.yml
View file @
a2fdfa4c
...
@@ -99,5 +99,20 @@ sms:
...
@@ -99,5 +99,20 @@ sms:
smsSendUrl
:
@
profiles.sms.smsSendUrl@
smsSendUrl
:
@
profiles.sms.smsSendUrl@
apiId
:
@
profiles.sms.apiId@
apiId
:
@
profiles.sms.apiId@
type
:
@
profiles.sms.type@
type
:
@
profiles.sms.type@
management
:
security
:
enabled
:
false
#prometheus+grafana+springboot2监控集成配置
metrics
:
export
:
prometheus
:
enabled
:
true
jmx
:
enabled
:
true
endpoints
:
web
:
exposure
:
include
:
'
*'
base-path
:
/metrics
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment