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

Account for individual Gateways configuration in telemetry reports #3589

Open
1 task
czeslavo opened this issue Feb 21, 2023 · 0 comments
Open
1 task

Account for individual Gateways configuration in telemetry reports #3589

czeslavo opened this issue Feb 21, 2023 · 0 comments
Labels
area/feature New feature or request blocked

Comments

@czeslavo
Copy link
Contributor

czeslavo commented Feb 21, 2023

Problem statement

KIC uses a phone home mechanism through anonymous reports (relevant CLI flag is called: anonymous-reports).

This only takes into account 1 Kong instance that KIC is configuring. Hence each time a report is being prepared it calls out to Admin API client's Root() call. Currently, there's a validation check in place that ensures that all Gateways that KIC configures use the same Kong version and dbmode.

When KIC will start supporting configuring multiple Gateways with heterogenous versions and/or dbmodes, we should account for all the configured Gateways in the telemetry reports.

Blocked by #3590.

Acceptance criteria

  • db and kv values in the telemetry report work with multiple gateways with non-homogenous versions and/or dbmodes
@czeslavo czeslavo added the area/feature New feature or request label Feb 21, 2023
@mflendrich mflendrich added this to the KIC v2.10.0 milestone Feb 21, 2023
@czeslavo czeslavo changed the title Account for multiple Gateways in telemetry reports Account for individual Gateways configuration in telemetry reports Mar 21, 2023
@mheap mheap removed this from the KIC v2.10.0 milestone May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/feature New feature or request blocked
Projects
None yet
Development

No branches or pull requests

3 participants