feat(unified-logs): implement management and collection of JVM unified logs - #1710
Conversation
|
/build_test |
|
Workflow started at 7/23/2026, 9:58:07 AM. View Actions Run. |
|
OpenAPI schema change detected: diff --git a/schema/openapi.yaml b/schema/openapi.yaml
index 6786761..5fdfcfb 100644
--- a/schema/openapi.yaml
+++ b/schema/openapi.yaml
@@ -516,20 +516,22 @@ components:
type: integer
type: object
GcLogStatus:
properties:
decorators:
type: string
enabled:
type: boolean
hasLog:
type: boolean
+ what:
+ type: string
type: object
GitInfo:
properties:
hash:
type: string
type: object
HeapDump:
properties:
downloadUrl:
type: string
No GraphQL schema changes detected. No WebSocket notifications schema changes detected. |
|
CI build: |
|
/build_test |
|
Workflow started at 7/23/2026, 6:14:59 PM. View Actions Run. |
|
No OpenAPI schema changes detected. No GraphQL schema changes detected. No WebSocket notifications schema changes detected. |
|
CI build: |
284f54a to
b0f5df8
Compare
|
@jtolentino1 everything is renamed and adjusted for the feature rename from GC Logging to Unified Logging, I think. |
|
/build_test |
|
Workflow started at 7/30/2026, 10:21:57 AM. View Actions Run. |
|
Tick the box to add this pull request to the merge queue (same as
|
|
No OpenAPI schema changes detected. No GraphQL schema changes detected. WebSocket notifications schema change detected: diff --git a/schema/notifications.yaml b/schema/notifications.yaml
index b263685..bce6681 100644
--- a/schema/notifications.yaml
+++ b/schema/notifications.yaml
@@ -1081,43 +1081,39 @@ components:
properties:
event:
type: object
properties:
kind:
type: object
description: Payload of type EventKind
serviceRef:
type: object
properties:
- id:
- type: integer
connectUrl:
type: object
description: Payload of type URI
alias:
type: string
jvmId:
type: string
labels:
type: object
additionalProperties: true
annotations:
type: object
properties:
platform:
type: object
additionalProperties: true
cryostat:
type: object
additionalProperties: true
- agent:
- type: boolean
jvmId:
type: string
required:
- meta
- message
TemplateDeleted:
name: TemplateDeleted
title: Template Deleted
summary: 'Notification: TemplateDeleted'
description: WebSocket notification for Template Deleted events
|
|
CI build: |
|
/build_test |
|
Workflow started at 7/30/2026, 11:41:21 AM. View Actions Run. |
|
CI build: |
|
@jtolentino1 fixed up tests |
|
/build_test |
|
Workflow started at 7/30/2026, 12:12:22 PM. View Actions Run. |
|
No OpenAPI schema changes detected. No GraphQL schema changes detected. WebSocket notifications schema change detected: diff --git a/schema/notifications.yaml b/schema/notifications.yaml
index b263685..bce6681 100644
--- a/schema/notifications.yaml
+++ b/schema/notifications.yaml
@@ -1081,43 +1081,39 @@ components:
properties:
event:
type: object
properties:
kind:
type: object
description: Payload of type EventKind
serviceRef:
type: object
properties:
- id:
- type: integer
connectUrl:
type: object
description: Payload of type URI
alias:
type: string
jvmId:
type: string
labels:
type: object
additionalProperties: true
annotations:
type: object
properties:
platform:
type: object
additionalProperties: true
cryostat:
type: object
additionalProperties: true
- agent:
- type: boolean
jvmId:
type: string
required:
- meta
- message
TemplateDeleted:
name: TemplateDeleted
title: Template Deleted
summary: 'Notification: TemplateDeleted'
description: WebSocket notification for Template Deleted events
|
|
CI build: |
|
CI build: |
Welcome to Cryostat! 👋
Before contributing, make sure you have:
mainbranch[chore, ci, docs, feat, fix, test]To recreate commits with GPG signature
git fetch upstream && git rebase --force --gpg-sign upstream/mainFixes: #1367
Based on #1699 to allow Agent-based GC log collection unit tests
Depends on #1699
Depends on cryostatio/cryostat-agent#973
Description of the change:
This change allows an environment variable to be configured so that...
Motivation for the change:
This change is helpful because users may want to...
How to manually test: