Skip to content

Decide if event.domain separately from event.name is necessary #2994

@tigrannajaryan

Description

@tigrannajaryan

We mentioned the possibility of merging event.domain and event.name into one attribute. Now that even.domain is no longer on the Scope having it is a separate attribute is no longer mandatory.

There are a few things to consider here:

  • Whether the combined attribute is good enough for use cases @tedsuo mentioned ("primary index").
  • If merged how do we define the formatting of the attribute value, e.g. should the value be prefixed by reverse FQDN? Can we also use plain prefixes like k8s.?
  • What other operations need to be performed on the domain and name values which are qualitatively easier/possible when the values are recorded as separate attributes and are harder/impossible with a single combined attribute?

Metadata

Metadata

Labels

spec:logsRelated to the specification/logs directory

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions