Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
- node_systemd_service_restart_total
- node_systemd_unit_state
- node_textfile_scrape_error
- node_time_seconds
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- node_time_zone_offset_seconds
- node_timex_estimated_error_seconds
- node_timex_maxerror_seconds
Expand Down
5 changes: 5 additions & 0 deletions charts/k8s-monitoring/charts/feature-pod-logs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ extraLogProcessingStages: ""
# @section -- Log Processing
labelsToKeep:
- app.kubernetes.io/name
- app.kubernetes.io/instance
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- app.kubernetes.io/version
- app.kubernetes.io/component
- app.kubernetes.io/part-of
- app.kubernetes.io/managed-by
- container
- instance
- job
Expand Down
Loading