Skip to content

Commit

Permalink
Add emit_tags_as_labels to envoy
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Jun 26, 2023
1 parent 08c5048 commit 94584cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion command/connect/envoy/bootstrap_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,8 @@ func appendTelemetryCollectorConfig(args *BootstrapTplArgs, telemetryCollectorBi
"envoy_grpc": {
"cluster_name": "consul_telemetry_collector_loopback"
}
}
},
"emit_tags_as_labels": true
}
}`

Expand Down

0 comments on commit 94584cf

Please sign in to comment.