Skip to content

Commit

Permalink
Disable Wavefront by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabby Anandan committed Apr 15, 2021
1 parent 33c5e51 commit fb79e5c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions brake-logs/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
management.endpoints.web.exposure.include=health,info,bindings
management.metrics.export.wavefront.enabled=false
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
spring.cloud.stream.kafka.streams.binder.configuration.commit.interval.ms=1000
management.endpoints.web.exposure.include=health,info,bindings
management.metrics.export.wavefront.enabled=false
8 changes: 8 additions & 0 deletions scripts/volume-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
extraVolumeMounts:
- name: wavefront-api
mountPath: /workspace/runtime/secrets/wavefront-api
readOnly: true
extraVolumes:
- name: wavefront-api
secret:
secretName: wavefront-api
2 changes: 1 addition & 1 deletion thumbinator/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@

management.metrics.export.wavefront.enabled=false
1 change: 1 addition & 0 deletions trucks/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
management.endpoints.web.exposure.include=health,info,bindings
management.metrics.export.wavefront.enabled=false

0 comments on commit fb79e5c

Please sign in to comment.