Skip to content

Commit

Permalink
feat: add entity synthesis rules to fluenbit entity
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-bandlamudi-nr authored and vlopeziglesias committed Dec 10, 2024
1 parent 113b80d commit 2cc02d4
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion entity-types/ext-fluentbit/definition.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
domain: EXT
type: FLUENTBIT
type: FLUENTBIT
synthesis:
rules:
- compositeIdentifier:
separator: "/"
attributes:
- namespace
- helm_release_name
name: helm_release_name
encodeIdentifierInGUID: true
conditions:
- attribute: eventType
value: Metric
- attribute: metricName
prefix: fluentbit_

0 comments on commit 2cc02d4

Please sign in to comment.