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: add Integration Version to Inventory Payload #1153

Merged
merged 7 commits into from
Jan 13, 2025

Conversation

TmNguyen12
Copy link
Contributor

@TmNguyen12 TmNguyen12 commented Jan 9, 2025

Description

Add K8s Integration Version to Inventory
NR-332888

Type of change

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • New feature / enhancement (non-breaking change which adds functionality)
  • Security fix
  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • Add changelog entry following the contributing guide
  • Documentation has been updated
  • This change requires changes in testing:
    • unit tests
    • E2E tests

@TmNguyen12 TmNguyen12 requested a review from a team as a code owner January 9, 2025 20:50
@@ -12,6 +12,7 @@ import (

const NamespaceGroup = "namespace"
const NamespaceFilteredLabel = "nrFiltered"
const integrationName = "com.newrelic.kubernetes"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you make it to IntegrationName so that it is available outside the package like the other Namespace related constants.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or move it to where integrationVersion is defined?

@TmNguyen12 TmNguyen12 merged commit 9063360 into main Jan 13, 2025
26 checks passed
@TmNguyen12 TmNguyen12 deleted the addIntegrationVersionToInventory branch January 13, 2025 22:52
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