Skip to content

Commit

Permalink
Merge branch 'main' into apoloa/add_validator_for_uninstrumented_enti…
Browse files Browse the repository at this point in the history
…ties
  • Loading branch information
apoloa authored Jan 21, 2025
2 parents 39932ad + ed3f3e3 commit 218ef13
Showing 1 changed file with 32 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
relationships:
- name: confluentCloudClusterManagesConfluentCloudKafkaTopic
- name: confluentCloudClusterManagesConfluentCloudKafkaTopicConfluentIntegration
version: "1"
origins:
- AWS Integration
- Metric API
conditions:
- attribute: eventType
anyOf: [ "Metric" ]
- attribute: entity.type
anyOf: [ "CONFLUENTCLOUDKAFKATOPIC" ]
- attribute: instrumentation.provider
anyOf: [ "confluent" ]
relationship:
expires: P75M
relationshipType: MANAGES
Expand All @@ -24,3 +26,31 @@ relationships:
attribute: entity.guid
entityType:
value: CONFLUENTCLOUDKAFKATOPIC

- name: confluentCloudClusterManagesConfluentCloudKafkaTopicOpenTelemetryIntegration
version: "1"
origins:
- OpenTelemetry
conditions:
- attribute: eventType
anyOf: [ "Metric" ]
- attribute: entity.type
anyOf: [ "CONFLUENTCLOUDKAFKATOPIC" ]
- attribute: instrumentation.provider
anyOf: [ "opentelemetry" ]
relationship:
expires: P75M
relationshipType: MANAGES
source:
lookupGuid:
candidateCategory: CONFLUENTCLOUDCLUSTER
fields:
- field: confluentCloudClusterId
attribute: kafka_id
- field: confluentCloudClusterName
attribute: kafka.cluster_name
target:
extractGuid:
attribute: entity.guid
entityType:
value: CONFLUENTCLOUDKAFKATOPIC

0 comments on commit 218ef13

Please sign in to comment.