Skip to content
1 change: 1 addition & 0 deletions docs/sources/send-data/otel/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Since the OpenTelemetry protocol differs from the Loki storage model, here is ho
- cloud.region
- container.name
- deployment.environment
- deployment.environment.name
- k8s.cluster.name
- k8s.container.name
- k8s.cronjob.name
Expand Down
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
Loading