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

GlobalInsight/MeshInsight should support MeshService/MeshMZService and MeshExternalServices #11031

Closed
1 of 2 tasks
lahabana opened this issue Aug 1, 2024 · 0 comments · Fixed by #11216
Closed
1 of 2 tasks
Assignees
Labels
kind/feature New feature triage/accepted The issue was reviewed and is complete enough to start working on it
Milestone

Comments

@lahabana
Copy link
Contributor

lahabana commented Aug 1, 2024

Description

This is currently missing in global insight.
This will be especially in the GUI as it's used for Overview and things like this.

ServicesStats:
type: object
title: ServicesStats
description: Services statistics
required:
- total
- internal
- external
- gatewayBuiltin
- gatewayDelegated
properties:
internal:
description: Internal services statistics
allOf:
- $ref: "#/components/schemas/FullStatus"
external:
type: object
description: External services statistics
required:
- total
properties:
total:
type: integer
example: 5
gatewayBuiltin:
description: Builtin Gateway services statistics
allOf:
- $ref: "#/components/schemas/FullStatus"
gatewayDelegated:
description: Delegated Gateway services statistics
allOf:
- $ref: "#/components/schemas/FullStatus"

Once this is added we should open an issue in kumahq/kuma-gui to include this info.

@lahabana lahabana added triage/pending This issue will be looked at on the next triage meeting kind/feature New feature labels Aug 1, 2024
@lahabana lahabana added this to the 2.9.x milestone Aug 1, 2024
@lahabana lahabana changed the title GlobalInsight should support MeshService/MeshMZService and MeshExternalServices GlobalInsight/MeshInsight should support MeshService/MeshMZService and MeshExternalServices Aug 1, 2024
@lobkovilya lobkovilya added triage/accepted The issue was reviewed and is complete enough to start working on it and removed triage/pending This issue will be looked at on the next triage meeting labels Aug 5, 2024
@jakubdyszkiewicz jakubdyszkiewicz self-assigned this Aug 9, 2024
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature triage/accepted The issue was reviewed and is complete enough to start working on it
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants