Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: changed fb entity definition #1826

Merged
merged 8 commits into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions entity-types/ext-fluentbit/definition.yml

This file was deleted.

35 changes: 35 additions & 0 deletions entity-types/ext-fluentbit_kuberenetes/definition.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
domain: EXT
type: FLUENTBIT_KUBERENETES
synthesis:
rules:
- compositeIdentifier:
separator: ":"
attributes:
- cluster_name
- namespace
- daemonset_name
name: daemonset_name
encodeIdentifierInGUID: true
conditions:
- attribute: eventType
value: Metric
- attribute: metricName
prefix: fluentbit_
- attribute: daemonset_name
present: true
- attribute: namespace
present: true
- attribute: cluster_name
present: true
tags:
daemonset_name:
entityTagNames: [k8s.daemonsetName]
namespace:
entityTagNames: [k8s.namespaceName]
cluster_name:
entityTagNames: [k8s.clusterName]
version:
entityTagNames: [fluentbit.version]
dashboardTemplates:
newRelic:
template: dashboard.json
Loading