Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
C
Configuration
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Configuration
Commits
f3122026
Commit
f3122026
authored
Jul 11, 2024
by
abdullh.alsoleman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Prometheus Configuration
parent
25a0419c
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
21 additions
and
11 deletions
+21
-11
CompanySVC.properties
CompanySVC.properties
+3
-1
EurekaService.properties
EurekaService.properties
+0
-4
JobApplication.properties
JobApplication.properties
+3
-0
ProducerService.properties
ProducerService.properties
+3
-1
Sequence_Generator.properties
Sequence_Generator.properties
+3
-1
application.properties
application.properties
+0
-3
cvservice.properties
cvservice.properties
+3
-0
inerviewservice.properties
inerviewservice.properties
+3
-0
jobseekerms.properties
jobseekerms.properties
+3
-1
No files found.
CompanySVC.properties
View file @
f3122026
...
...
@@ -2,4 +2,6 @@ server.port=9003
spring.data.mongodb.database
=
companyDB
spring.data.mongodb.port
=
27017
spring.data.mongodb.host
=
mongodb.mongo.svc.cluster.local
management.endpoints.web.exposure.include
=
prometheus
management.endpoint.prometheus.enabled
=
true
management.endpoint.health.show.details
=
always
EurekaService.properties
deleted
100644 → 0
View file @
25a0419c
server.port
=
8761
eureka.client.registerWithEureka
=
false
eureka.client.fetchRegistry
=
false
JobApplication.properties
View file @
f3122026
...
...
@@ -3,3 +3,6 @@ eureka.instance.preferIpAddress=true
spring.data.mongodb.database
=
jobsdb
spring.data.mongodb.port
=
27017
spring.data.mongodb.host
=
mongodb.mongo.svc.cluster.local
management.endpoints.web.exposure.include
=
prometheus
management.endpoint.prometheus.enabled
=
true
management.endpoint.health.show.details
=
always
\ No newline at end of file
ProducerService.properties
View file @
f3122026
...
...
@@ -4,4 +4,6 @@ spring.kafka.bootstrap-servers=kafka.default.svc.cluster.local:9092
spring.kafka.properties.security.protocol
=
SASL_PLAINTEXT
spring.kafka.properties.sasl.mechanism
=
PLAIN
spring.kafka.properties.sasl.jaas.config
=
org.apache.kafka.common.security.plain.PlainLoginModule required username="user1" password="r48ZrwWBmu";
management.endpoints.web.exposure.include
=
prometheus
management.endpoint.prometheus.enabled
=
true
management.endpoint.health.show.details
=
always
Sequence_Generator.properties
View file @
f3122026
spring.redis.host
=
redis.redis.svc.cluster.local
spring.redis.port
=
6379
server.port
=
9000
management.endpoints.web.exposure.include
=
prometheus
management.endpoint.prometheus.enabled
=
true
management.endpoint.health.show.details
=
always
application.properties
deleted
100644 → 0
View file @
25a0419c
eureka.client.serviceUrl.defaultZone
=
${EUREKA_URL:http://eurekasvc.jobportal.svc.cluster.local:8761/eureka/}
eureka.instance.preferIpAddress
=
true
cvservice.properties
View file @
f3122026
server.port
=
8086
spring.data.mongodb.uri
=
mongodb://mongodb.mongo.svc.cluster.local:27017/cvSVCDB
spring.data.mongodb.database
=
cv
management.endpoints.web.exposure.include
=
prometheus
management.endpoint.prometheus.enabled
=
true
management.endpoint.health.show.details
=
always
\ No newline at end of file
inerviewservice.properties
View file @
f3122026
...
...
@@ -11,3 +11,6 @@ spring.kafka.properties.sasl.jaas.config=org.apache.kafka.common.security.plain.
spring.kafka.consumer.group-id
=
interview-group
spring.kafka.consumer.auto-offset-reset
=
earliest
spring.kafka.topic.name
=
Interview_Topic
management.endpoints.web.exposure.include
=
prometheus
management.endpoint.prometheus.enabled
=
true
management.endpoint.health.show.details
=
always
\ No newline at end of file
jobseekerms.properties
View file @
f3122026
...
...
@@ -4,4 +4,6 @@ spring.datasource.url=jdbc:mysql://mysql.sql.svc.cluster.local:3306/jobseeker
spring.datasource.username
=
abdullah
spring.datasource.password
=
aaa123
spring.jpa.hibernate.ddl-auto
=
update
management.endpoints.web.exposure.include
=
prometheus
management.endpoint.prometheus.enabled
=
true
management.endpoint.health.show.details
=
always
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