Skip to content
Next Next commit
feat: Add deployment.environment.name as otlp resource attribute to l…
…ist of default labels
  • Loading branch information
matt-veitas-eb authored and mveitas committed Nov 5, 2024
commit c8d04b599d42d68984e39013d14f3ef0977aad45
1 change: 1 addition & 0 deletions pkg/loghttp/push/otlp_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func (cfg *GlobalOTLPConfig) RegisterFlags(fs *flag.FlagSet) {
"service.namespace",
"service.instance.id",
"deployment.environment",
"deployment.environment.name",
"cloud.region",
"cloud.availability_zone",
"k8s.cluster.name",
Expand Down