Skip to content

Commit

Permalink
give metrics a prefix/namespace and subsystem by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sofuture committed Jun 18, 2024
1 parent 70ba2f6 commit f701b76
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/edge-site/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ edgeController:
storageClaim: edge-controller-storage-claim
indexClaim: edge-controller-index-claim
metrics:
namespace: ""
subsystem: ""
namespace: "foxglove_data_platform"
subsystem: "edge_controller"
resources:
requests:
memory: "256Mi"
Expand Down
12 changes: 6 additions & 6 deletions charts/primary-site/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ inboxListener:
podAnnotations: {}
nodeSelectors: {}
metrics:
namespace: ""
subsystem: ""
namespace: "foxglove_data_platform"
subsystem: "inbox_listener"
env:
[]
# AWS_COPY_WORKER_COUNT: adjust the number of concurrent workers for
Expand Down Expand Up @@ -113,8 +113,8 @@ streamService:
podAnnotations: {}
nodeSelectors: {}
metrics:
namespace: ""
subsystem: ""
namespace: "foxglove_data_platform"
subsystem: "stream_service"
env: []
serviceAccount:
enabled: false
Expand All @@ -139,8 +139,8 @@ siteController:
podAnnotations: {}
nodeSelectors: {}
metrics:
namespace: ""
subsystem: ""
namespace: "foxglove_data_platform"
subsystem: "site_controller"
env: []

garbageCollector:
Expand Down

0 comments on commit f701b76

Please sign in to comment.