diff --git a/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace-core/hypertrace_core_event_attributes.conf b/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace-core/hypertrace_core_event_attributes.conf index 1c103ba..2dfcca2 100644 --- a/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace-core/hypertrace_core_event_attributes.conf +++ b/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace-core/hypertrace_core_event_attributes.conf @@ -12,7 +12,7 @@ commands = [ fqn: Span.id, key: id, value_kind: TYPE_STRING, - groupable: true, + groupable: false, display_name: Span ID, scope: EVENT, sources: [QS], @@ -74,7 +74,7 @@ commands = [ fqn: Span.attributes.trace_id, key: traceId, value_kind: TYPE_STRING, - groupable: true, + groupable: false, display_name: Trace ID, scope: EVENT, sources: [QS], @@ -96,7 +96,7 @@ commands = [ fqn: Span.attributes.parent_span_id, key: parentSpanId, value_kind: TYPE_STRING, - groupable: true, + groupable: false, display_name: Parent Span ID, scope: EVENT, sources: [QS], diff --git a/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace-core/hypertrace_core_trace_attributes.conf b/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace-core/hypertrace_core_trace_attributes.conf index 558fdbd..e321df3 100644 --- a/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace-core/hypertrace_core_trace_attributes.conf +++ b/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace-core/hypertrace_core_trace_attributes.conf @@ -12,7 +12,7 @@ commands = [ fqn: Trace.id, key: id, value_kind: TYPE_STRING, - groupable: true, + groupable: false, display_name: Trace ID, scope: TRACE, sources: [QS], diff --git a/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace/hypertrace_api_trace_attributes.conf b/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace/hypertrace_api_trace_attributes.conf index 2ecd470..5e36722 100644 --- a/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace/hypertrace_api_trace_attributes.conf +++ b/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace/hypertrace_api_trace_attributes.conf @@ -12,7 +12,7 @@ commands = [ fqn: Api.Trace.id, key: apiTraceId, value_kind: TYPE_STRING, - groupable: true, + groupable: false, display_name: Endpoint Trace ID, scope: API_TRACE, sources: [QS], @@ -23,7 +23,7 @@ commands = [ fqn: Api.Trace.traceId, key: traceId, value_kind: TYPE_STRING, - groupable: true, + groupable: false, display_name: Trace ID, scope: API_TRACE, sources: [QS], diff --git a/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace/hypertrace_backend_trace_attributes.conf b/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace/hypertrace_backend_trace_attributes.conf index 9e90183..2eb11b5 100644 --- a/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace/hypertrace_backend_trace_attributes.conf +++ b/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace/hypertrace_backend_trace_attributes.conf @@ -12,7 +12,7 @@ commands = [ fqn: Backend.Trace.id, key: backendTraceId, value_kind: TYPE_STRING, - groupable: true, + groupable: false, display_name: Backend Trace ID, scope: BACKEND_TRACE, sources: [QS], @@ -23,7 +23,7 @@ commands = [ fqn: Backend.Trace.trace_id, key: traceId, value_kind: TYPE_STRING, - groupable: true, + groupable: false, display_name: Trace ID, scope: BACKEND_TRACE, sources: [QS], diff --git a/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace/hypertrace_log_event_attributes.conf b/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace/hypertrace_log_event_attributes.conf index bda7bbb..cd95d74 100644 --- a/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace/hypertrace_log_event_attributes.conf +++ b/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace/hypertrace_log_event_attributes.conf @@ -25,6 +25,7 @@ commands = [ value_kind: TYPE_STRING, display_name: Span ID, scope_string: LOG_EVENT, + groupable: false, sources: [QS], type: ATTRIBUTE, internal: false @@ -35,6 +36,7 @@ commands = [ value_kind: TYPE_STRING, display_name: Trace ID, scope_string: LOG_EVENT, + groupable: false, sources: [QS], type: ATTRIBUTE, internal: false diff --git a/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace/hypertrace_span_attributes.conf b/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace/hypertrace_span_attributes.conf index 2efb201..29749c9 100644 --- a/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace/hypertrace_span_attributes.conf +++ b/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace/hypertrace_span_attributes.conf @@ -64,7 +64,7 @@ commands = [ fqn: Api.Trace.id, key: apiTraceId, value_kind: TYPE_STRING, - groupable: true, + groupable: false, display_name: Endpoint Trace ID, scope: EVENT, sources: [QS],