File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3325,7 +3325,7 @@ The `limits_config` block configures global and per-tenant limits in Loki. The v
3325
3325
# list to service_name. If none of the configured labels exist in the stream,
3326
3326
# label is set to unknown_service. Empty list disables setting the label.
3327
3327
# CLI flag: -validation.discover-service-name
3328
- [discover_service_name : <list of strings> | default = [service app application name app_kubernetes_io_name container container_name k8s_container_name component workload job k8s_job_name]]
3328
+ [discover_service_name : <list of strings> | default = [service app application app_name name app_kubernetes_io_name container container_name k8s_container_name component workload job k8s_job_name]]
3329
3329
3330
3330
# Discover and add log levels during ingestion, if not present already. Levels
3331
3331
# would be added to Structured Metadata with name
Original file line number Diff line number Diff line change @@ -271,6 +271,7 @@ func (l *Limits) RegisterFlags(f *flag.FlagSet) {
271
271
"service" ,
272
272
"app" ,
273
273
"application" ,
274
+ "app_name" ,
274
275
"name" ,
275
276
"app_kubernetes_io_name" ,
276
277
"container" ,
You can’t perform that action at this time.
0 commit comments