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: NR-346401 adding new confluent cloud kafka topic entity #1824

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

dsankaraganti
Copy link
Contributor

@dsankaraganti dsankaraganti commented Dec 16, 2024

Relevant information

  1. Adding new entity type for confluent cloud topic
  2. Changing the existing rule in confluent cloud cluster entity to not include topic telemetry data
  3. Changes to golden signals for Confluent cloud cluster entity

Checklist

  • I've read the guidelines and understand the acceptance criteria.
  • The value of the attribute marked as identifier will be unique and valid.
  • I've confirmed that my entity type wasn't already defined. If it is I'm providing an explanation above.

@dsankaraganti
Copy link
Contributor Author

I am using compositeIdentifier, name as mentioned below. Please let me know if this is correct usage

compositeIdentifier:
      separator: ":"
      attributes:
        - kafka_id
        - topic
    name: kafka.cluster_name || ":" || topic
    encodeIdentifierInGUID: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants