Open pladamgregory opened 4 weeks ago
Much needed Adam, thanks. I think we should have clear descriptions of what constitutes a component
vs a setting
in addition to the descriptions and examples.
Much needed Adam, thanks. I think we should have clear descriptions of what constitutes a
component
vs asetting
in addition to the descriptions and examples.
I've made some changes to the activities, let me know what you think
This feels like it could be a modification of Application Lifecycle which is a pretty limited Event Class in its own right currently.
This feels like it could be a modification of Application Lifecycle which is a pretty limited Event Class in its own right currently.
I've made significant changes here to reflect the collective feedback @pagbabian-splunk @jonrau-at-queryai. Would love a re-review on the new context.
I really like the trace
and metric
profile overlay idea, especially if we can reference and source the attributes back to OTel. We can do that with the new source
and references
meta data tags. We've been looking for ways to better align with OTel, short of retrofitting the schema to be ECS-based or semantic conventions based, which obviously won't fly at this stage of the game.
The type of otel_attributes
can be the more specific object
type, which equivalent to a JSON Object.
The JSON (json_t
) type is more general and can hold any of the JSON types: array, object, string, boolean, number. For arbitrary key-values, the object
type is a closer fit.
Updated, thank you for the feedback @rmouritzen-splunk
Proposal: Expanded Application Lifecycle Schema (Class 6002)
Description: This proposal introduces additional activities and attributes to the Application Lifecycle (Class 6002) schema. The goal is to enhance this class by covering operational metrics, configuration changes, data access, and user activities.
Application Lifecycle [6002] Class
Category: Application Activity
Application Lifecycle events capture installation, removal, start, stop, and other essential activities related to an application's operation and lifecycle.
Updated Activity IDs
Activity ID
New
trace_info
Object & ProfileTrace Object: Defines key application Trace Information for trace events. (Included Via
trace
profile)New Trace Attributes: Enum of key application Trace Information for trace events.
Updated
metric
Object & ProfileMetric Object: Defines key application Metric Information for metric events. (Included Via
metric
profile)Traces profile
Metrics Profile