Skip to content
Merged
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
Fix typo introduced in #261
  • Loading branch information
beorn7 committed May 22, 2020
commit 6953043c45e18f4ed3cf2bb28f464a8a0b869431
2 changes: 1 addition & 1 deletion prometheus-ksonnet/lib/prometheus-config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
target_label: 'pod', // Not 'pod_name', which disappeared in K8s 1.16.
},
{
source_labels: ['__meta_kubernetes_container_name'],
source_labels: ['__meta_kubernetes_pod_container_name'],
action: 'replace',
target_label: 'container', // Not 'container_name', which disappeared in K8s 1.16.
},
Expand Down