@@ -150,7 +150,7 @@ metadata:
150
150
categories : OpenShift Optional, Logging & Tracing
151
151
certified : " false"
152
152
containerImage : docker.io/grafana/loki-operator:0.7.1
153
- createdAt : " 2025-01-16T18:30:58Z "
153
+ createdAt : " 2025-01-28T12:36:38Z "
154
154
description : The Community Loki Operator provides Kubernetes native deployment
155
155
and management of Loki and related logging components.
156
156
features.operators.openshift.io/disconnected : " true"
@@ -373,62 +373,61 @@ spec:
373
373
path : limits.global.ingestion.perStreamRateLimitBurst
374
374
x-descriptors :
375
375
- urn:alm:descriptor:com.tectonic.ui:number
376
- - description : StreamLabels configures which resource attributes are converted
377
- to Loki stream labels.
378
- displayName : Stream Labels
379
- path : limits.global.otlp.streamLabels
380
- - description : ResourceAttributes lists the names of the resource attributes
381
- that should be converted into Loki stream labels.
382
- displayName : Resource Attributes
383
- path : limits.global.otlp.streamLabels.resourceAttributes
384
- - description : Name contains either a verbatim name of an attribute or a regular
385
- expression matching many attributes.
386
- displayName : Name
387
- path : limits.global.otlp.streamLabels.resourceAttributes[0].name
388
- - description : If Regex is true, then Name is treated as a regular expression
389
- instead of as a verbatim attribute name.
390
- displayName : Treat name as regular expression
391
- path : limits.global.otlp.streamLabels.resourceAttributes[0].regex
392
- - description : StructuredMetadata configures which attributes are saved in structured
393
- metadata.
394
- displayName : Structured Metadata
395
- path : limits.global.otlp.structuredMetadata
376
+ - description : Drop configures which attributes are dropped from the log entry.
377
+ displayName : Dropped Attributes
378
+ path : limits.global.otlp.drop
396
379
- description : LogAttributes lists the names of log attributes that should be
397
380
included in structured metadata.
398
381
displayName : Log Attributes
399
- path : limits.global.otlp.structuredMetadata .logAttributes
382
+ path : limits.global.otlp.drop .logAttributes
400
383
- description : Name contains either a verbatim name of an attribute or a regular
401
384
expression matching many attributes.
402
385
displayName : Name
403
- path : limits.global.otlp.structuredMetadata .logAttributes[0].name
386
+ path : limits.global.otlp.drop .logAttributes[0].name
404
387
- description : If Regex is true, then Name is treated as a regular expression
405
388
instead of as a verbatim attribute name.
406
389
displayName : Treat name as regular expression
407
- path : limits.global.otlp.structuredMetadata .logAttributes[0].regex
390
+ path : limits.global.otlp.drop .logAttributes[0].regex
408
391
- description : ResourceAttributes lists the names of resource attributes that
409
392
should be included in structured metadata.
410
393
displayName : Resource Attributes
411
- path : limits.global.otlp.structuredMetadata .resourceAttributes
394
+ path : limits.global.otlp.drop .resourceAttributes
412
395
- description : Name contains either a verbatim name of an attribute or a regular
413
396
expression matching many attributes.
414
397
displayName : Name
415
- path : limits.global.otlp.structuredMetadata .resourceAttributes[0].name
398
+ path : limits.global.otlp.drop .resourceAttributes[0].name
416
399
- description : If Regex is true, then Name is treated as a regular expression
417
400
instead of as a verbatim attribute name.
418
401
displayName : Treat name as regular expression
419
- path : limits.global.otlp.structuredMetadata .resourceAttributes[0].regex
402
+ path : limits.global.otlp.drop .resourceAttributes[0].regex
420
403
- description : ScopeAttributes lists the names of scope attributes that should
421
404
be included in structured metadata.
422
405
displayName : Scope Attributes
423
- path : limits.global.otlp.structuredMetadata .scopeAttributes
406
+ path : limits.global.otlp.drop .scopeAttributes
424
407
- description : Name contains either a verbatim name of an attribute or a regular
425
408
expression matching many attributes.
426
409
displayName : Name
427
- path : limits.global.otlp.structuredMetadata .scopeAttributes[0].name
410
+ path : limits.global.otlp.drop .scopeAttributes[0].name
428
411
- description : If Regex is true, then Name is treated as a regular expression
429
412
instead of as a verbatim attribute name.
430
413
displayName : Treat name as regular expression
431
- path : limits.global.otlp.structuredMetadata.scopeAttributes[0].regex
414
+ path : limits.global.otlp.drop.scopeAttributes[0].regex
415
+ - description : StreamLabels configures which resource attributes are converted
416
+ to Loki stream labels.
417
+ displayName : Stream Labels
418
+ path : limits.global.otlp.streamLabels
419
+ - description : ResourceAttributes lists the names of the resource attributes
420
+ that should be converted into Loki stream labels.
421
+ displayName : Resource Attributes
422
+ path : limits.global.otlp.streamLabels.resourceAttributes
423
+ - description : Name contains either a verbatim name of an attribute or a regular
424
+ expression matching many attributes.
425
+ displayName : Name
426
+ path : limits.global.otlp.streamLabels.resourceAttributes[0].name
427
+ - description : If Regex is true, then Name is treated as a regular expression
428
+ instead of as a verbatim attribute name.
429
+ displayName : Treat name as regular expression
430
+ path : limits.global.otlp.streamLabels.resourceAttributes[0].regex
432
431
- description : CardinalityLimit defines the cardinality limit for index queries.
433
432
displayName : Cardinality Limit
434
433
path : limits.global.queries.cardinalityLimit
@@ -534,62 +533,61 @@ spec:
534
533
path : limits.tenants.ingestion.perStreamRateLimitBurst
535
534
x-descriptors :
536
535
- urn:alm:descriptor:com.tectonic.ui:number
537
- - description : StreamLabels configures which resource attributes are converted
538
- to Loki stream labels.
539
- displayName : Stream Labels
540
- path : limits.tenants.otlp.streamLabels
541
- - description : ResourceAttributes lists the names of the resource attributes
542
- that should be converted into Loki stream labels.
543
- displayName : Resource Attributes
544
- path : limits.tenants.otlp.streamLabels.resourceAttributes
545
- - description : Name contains either a verbatim name of an attribute or a regular
546
- expression matching many attributes.
547
- displayName : Name
548
- path : limits.tenants.otlp.streamLabels.resourceAttributes[0].name
549
- - description : If Regex is true, then Name is treated as a regular expression
550
- instead of as a verbatim attribute name.
551
- displayName : Treat name as regular expression
552
- path : limits.tenants.otlp.streamLabels.resourceAttributes[0].regex
553
- - description : StructuredMetadata configures which attributes are saved in structured
554
- metadata.
555
- displayName : Structured Metadata
556
- path : limits.tenants.otlp.structuredMetadata
536
+ - description : Drop configures which attributes are dropped from the log entry.
537
+ displayName : Dropped Attributes
538
+ path : limits.tenants.otlp.drop
557
539
- description : LogAttributes lists the names of log attributes that should be
558
540
included in structured metadata.
559
541
displayName : Log Attributes
560
- path : limits.tenants.otlp.structuredMetadata .logAttributes
542
+ path : limits.tenants.otlp.drop .logAttributes
561
543
- description : Name contains either a verbatim name of an attribute or a regular
562
544
expression matching many attributes.
563
545
displayName : Name
564
- path : limits.tenants.otlp.structuredMetadata .logAttributes[0].name
546
+ path : limits.tenants.otlp.drop .logAttributes[0].name
565
547
- description : If Regex is true, then Name is treated as a regular expression
566
548
instead of as a verbatim attribute name.
567
549
displayName : Treat name as regular expression
568
- path : limits.tenants.otlp.structuredMetadata .logAttributes[0].regex
550
+ path : limits.tenants.otlp.drop .logAttributes[0].regex
569
551
- description : ResourceAttributes lists the names of resource attributes that
570
552
should be included in structured metadata.
571
553
displayName : Resource Attributes
572
- path : limits.tenants.otlp.structuredMetadata .resourceAttributes
554
+ path : limits.tenants.otlp.drop .resourceAttributes
573
555
- description : Name contains either a verbatim name of an attribute or a regular
574
556
expression matching many attributes.
575
557
displayName : Name
576
- path : limits.tenants.otlp.structuredMetadata .resourceAttributes[0].name
558
+ path : limits.tenants.otlp.drop .resourceAttributes[0].name
577
559
- description : If Regex is true, then Name is treated as a regular expression
578
560
instead of as a verbatim attribute name.
579
561
displayName : Treat name as regular expression
580
- path : limits.tenants.otlp.structuredMetadata .resourceAttributes[0].regex
562
+ path : limits.tenants.otlp.drop .resourceAttributes[0].regex
581
563
- description : ScopeAttributes lists the names of scope attributes that should
582
564
be included in structured metadata.
583
565
displayName : Scope Attributes
584
- path : limits.tenants.otlp.structuredMetadata .scopeAttributes
566
+ path : limits.tenants.otlp.drop .scopeAttributes
585
567
- description : Name contains either a verbatim name of an attribute or a regular
586
568
expression matching many attributes.
587
569
displayName : Name
588
- path : limits.tenants.otlp.structuredMetadata .scopeAttributes[0].name
570
+ path : limits.tenants.otlp.drop .scopeAttributes[0].name
589
571
- description : If Regex is true, then Name is treated as a regular expression
590
572
instead of as a verbatim attribute name.
591
573
displayName : Treat name as regular expression
592
- path : limits.tenants.otlp.structuredMetadata.scopeAttributes[0].regex
574
+ path : limits.tenants.otlp.drop.scopeAttributes[0].regex
575
+ - description : StreamLabels configures which resource attributes are converted
576
+ to Loki stream labels.
577
+ displayName : Stream Labels
578
+ path : limits.tenants.otlp.streamLabels
579
+ - description : ResourceAttributes lists the names of the resource attributes
580
+ that should be converted into Loki stream labels.
581
+ displayName : Resource Attributes
582
+ path : limits.tenants.otlp.streamLabels.resourceAttributes
583
+ - description : Name contains either a verbatim name of an attribute or a regular
584
+ expression matching many attributes.
585
+ displayName : Name
586
+ path : limits.tenants.otlp.streamLabels.resourceAttributes[0].name
587
+ - description : If Regex is true, then Name is treated as a regular expression
588
+ instead of as a verbatim attribute name.
589
+ displayName : Treat name as regular expression
590
+ path : limits.tenants.otlp.streamLabels.resourceAttributes[0].regex
593
591
- description : Blocked defines the list of rules to block matching queries.
594
592
displayName : Blocked
595
593
path : limits.tenants.queries.blocked
@@ -1013,21 +1011,19 @@ spec:
1013
1011
displayName : OpenTelemetry Protocol
1014
1012
path : tenants.openshift.otlp
1015
1013
- description : |-
1016
- DisableRecommendedAttributes can be used to reduce the number of attributes used for stream labels and structured
1017
- metadata.
1014
+ DisableRecommendedAttributes can be used to reduce the number of attributes used as stream labels.
1018
1015
1019
1016
1020
1017
Enabling this setting removes the "recommended attributes" from the generated Loki configuration. This will cause
1021
- meta information to not be available as stream labels or structured metadata, potentially making queries more
1022
- expensive and less performant.
1018
+ some stream labels to disappear from the index, potentially making queries more expensive and less performant.
1023
1019
1024
1020
1025
1021
Note that there is a set of "required attributes", needed for OpenShift Logging to work properly. Those will be
1026
1022
added to the configuration, even if this field is set to true.
1027
1023
1028
1024
1029
- This option is supposed to be combined with a custom label configuration customizing the labels for the specific
1030
- usecase .
1025
+ This option is supposed to be combined with a custom attribute configuration listing the stream labels that
1026
+ should continue to exist .
1031
1027
displayName: Disable recommended OTLP attributes
1032
1028
path: tenants.openshift.otlp.disableRecommendedAttributes
1033
1029
statusDescriptors :
0 commit comments