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
c7e2a5ca
Commit
c7e2a5ca
authored
9 months ago
by
abdullh.alsoleman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add zipkin properties
parent
c42c52e4
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
32 additions
and
3 deletions
+32
-3
CompanySVC.properties
CompanySVC.properties
+4
-0
JobApplication.properties
JobApplication.properties
+4
-0
JobService.properties
JobService.properties
+4
-0
ProducerService.properties
ProducerService.properties
+4
-0
cvservice.properties
cvservice.properties
+4
-1
inerviewservice.properties
inerviewservice.properties
+4
-1
jobseekerms.properties
jobseekerms.properties
+4
-0
notificationsvc.properties
notificationsvc.properties
+4
-1
No files found.
CompanySVC.properties
View file @
c7e2a5ca
...
@@ -5,3 +5,7 @@ spring.data.mongodb.host=mongodb.mongo.svc.cluster.local
...
@@ -5,3 +5,7 @@ spring.data.mongodb.host=mongodb.mongo.svc.cluster.local
management.endpoints.web.exposure.include
=
prometheus
management.endpoints.web.exposure.include
=
prometheus
management.endpoint.prometheus.enabled
=
true
management.endpoint.prometheus.enabled
=
true
management.endpoint.health.show.details
=
always
management.endpoint.health.show.details
=
always
management.tracing.enabled
=
true
management.zipkin.tracing.endpoint
=
http://zipkin.zipkin.svc.cluster.local:9411/api/v2/spans
management.tracing.sampling.probability
=
1.0
This diff is collapsed.
Click to expand it.
JobApplication.properties
View file @
c7e2a5ca
...
@@ -13,3 +13,7 @@ spring.kafka.properties.sasl.jaas.config=org.apache.kafka.common.security.plain.
...
@@ -13,3 +13,7 @@ spring.kafka.properties.sasl.jaas.config=org.apache.kafka.common.security.plain.
spring.kafka.consumer.group-id
=
jobapplicant-group
spring.kafka.consumer.group-id
=
jobapplicant-group
spring.kafka.consumer.auto-offset-reset
=
earliest
spring.kafka.consumer.auto-offset-reset
=
earliest
spring.kafka.topic.name
=
Job_Application_Topic
spring.kafka.topic.name
=
Job_Application_Topic
management.tracing.enabled
=
true
management.zipkin.tracing.endpoint
=
http://zipkin.zipkin.svc.cluster.local:9411/api/v2/spans
management.tracing.sampling.probability
=
1.0
This diff is collapsed.
Click to expand it.
JobService.properties
View file @
c7e2a5ca
...
@@ -5,4 +5,8 @@ spring.data.mongodb.host=mongodb.mongo.svc.cluster.local
...
@@ -5,4 +5,8 @@ spring.data.mongodb.host=mongodb.mongo.svc.cluster.local
management.endpoints.web.exposure.include
=
prometheus
management.endpoints.web.exposure.include
=
prometheus
management.endpoint.prometheus.enabled
=
true
management.endpoint.prometheus.enabled
=
true
management.endpoint.health.show.details
=
always
management.endpoint.health.show.details
=
always
management.tracing.enabled
=
true
management.zipkin.tracing.endpoint
=
http://zipkin.zipkin.svc.cluster.local:9411/api/v2/spans
management.tracing.sampling.probability
=
1.0
This diff is collapsed.
Click to expand it.
ProducerService.properties
View file @
c7e2a5ca
...
@@ -7,3 +7,7 @@ spring.kafka.properties.sasl.jaas.config=org.apache.kafka.common.security.plain.
...
@@ -7,3 +7,7 @@ spring.kafka.properties.sasl.jaas.config=org.apache.kafka.common.security.plain.
management.endpoints.web.exposure.include
=
prometheus
management.endpoints.web.exposure.include
=
prometheus
management.endpoint.prometheus.enabled
=
true
management.endpoint.prometheus.enabled
=
true
management.endpoint.health.show.details
=
always
management.endpoint.health.show.details
=
always
management.tracing.enabled
=
true
management.zipkin.tracing.endpoint
=
http://zipkin.zipkin.svc.cluster.local:9411/api/v2/spans
management.tracing.sampling.probability
=
1.0
This diff is collapsed.
Click to expand it.
cvservice.properties
View file @
c7e2a5ca
...
@@ -3,4 +3,7 @@ spring.data.mongodb.uri=mongodb://mongodb.mongo.svc.cluster.local:27017/cvSVCDB
...
@@ -3,4 +3,7 @@ spring.data.mongodb.uri=mongodb://mongodb.mongo.svc.cluster.local:27017/cvSVCDB
spring.data.mongodb.database
=
cv
spring.data.mongodb.database
=
cv
management.endpoints.web.exposure.include
=
prometheus
management.endpoints.web.exposure.include
=
prometheus
management.endpoint.prometheus.enabled
=
true
management.endpoint.prometheus.enabled
=
true
management.endpoint.health.show.details
=
always
management.endpoint.health.show.details
=
always
\ No newline at end of file
management.tracing.enabled
=
true
management.zipkin.tracing.endpoint
=
http://zipkin.zipkin.svc.cluster.local:9411/api/v2/spans
management.tracing.sampling.probability
=
1.0
This diff is collapsed.
Click to expand it.
inerviewservice.properties
View file @
c7e2a5ca
...
@@ -13,4 +13,7 @@ spring.kafka.consumer.auto-offset-reset=earliest
...
@@ -13,4 +13,7 @@ spring.kafka.consumer.auto-offset-reset=earliest
spring.kafka.topic.name
=
Interview_Topic
spring.kafka.topic.name
=
Interview_Topic
management.endpoints.web.exposure.include
=
prometheus
management.endpoints.web.exposure.include
=
prometheus
management.endpoint.prometheus.enabled
=
true
management.endpoint.prometheus.enabled
=
true
management.endpoint.health.show.details
=
always
management.endpoint.health.show.details
=
always
\ No newline at end of file
management.tracing.enabled
=
true
management.zipkin.tracing.endpoint
=
http://zipkin.zipkin.svc.cluster.local:9411/api/v2/spans
management.tracing.sampling.probability
=
1.0
This diff is collapsed.
Click to expand it.
jobseekerms.properties
View file @
c7e2a5ca
...
@@ -7,3 +7,7 @@ spring.jpa.hibernate.ddl-auto=update
...
@@ -7,3 +7,7 @@ spring.jpa.hibernate.ddl-auto=update
management.endpoints.web.exposure.include
=
prometheus
management.endpoints.web.exposure.include
=
prometheus
management.endpoint.prometheus.enabled
=
true
management.endpoint.prometheus.enabled
=
true
management.endpoint.health.show.details
=
always
management.endpoint.health.show.details
=
always
management.tracing.enabled
=
true
management.zipkin.tracing.endpoint
=
http://zipkin.zipkin.svc.cluster.local:9411/api/v2/spans
management.tracing.sampling.probability
=
1.0
This diff is collapsed.
Click to expand it.
notificationsvc.properties
View file @
c7e2a5ca
...
@@ -12,4 +12,7 @@ spring.kafka.topic.name=Notification_Topic
...
@@ -12,4 +12,7 @@ spring.kafka.topic.name=Notification_Topic
spring.kafka.consumer.auto-offset-reset
=
earliest
spring.kafka.consumer.auto-offset-reset
=
earliest
management.endpoints.web.exposure.include
=
prometheus
management.endpoints.web.exposure.include
=
prometheus
management.endpoint.prometheus.enabled
=
true
management.endpoint.prometheus.enabled
=
true
management.endpoint.health.show.details
=
always
management.endpoint.health.show.details
=
always
\ No newline at end of file
management.tracing.enabled
=
true
management.zipkin.tracing.endpoint
=
http://zipkin.zipkin.svc.cluster.local:9411/api/v2/spans
management.tracing.sampling.probability
=
1.0
This diff is collapsed.
Click to expand it.
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