feat: Update LLM Providers page for improved clarity and consistency in incident notes
Some checks are pending
Push Release Images to Docker Hub and GitHub Container Registry / generate-build-number (push) Waiting to run
Push Release Images to Docker Hub and GitHub Container Registry / publish-npm-packages (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / docs-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / worker-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / read-version (push) Waiting to run
Push Release Images to Docker Hub and GitHub Container Registry / helm-chart-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / publish-mcp-server (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / nginx-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / e2e-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / isolated-vm-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / home-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / test-server-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / otel-collector-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / status-page-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / test-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / probe-ingest-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / server-monitor-ingest-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / telemetry-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / incoming-request-ingest-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / probe-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / admin-dashboard-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / dashboard-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / app-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / accounts-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / publish-terraform-provider (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / api-reference-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / Push release tags before GitHub release (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / test-e2e-release-saas (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / test-e2e-release-self-hosted (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / Create draft GitHub release (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / infrastructure-agent-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / Publish GitHub release (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / workflow-docker-image-deploy (push) Blocked by required conditions

This commit is contained in:
Nawaz Dhandala 2025-12-12 17:15:49 +00:00
parent 41f25269dc
commit cab5630ab3
No known key found for this signature in database
GPG key ID: 96C5DCA24769DBCA
3 changed files with 45 additions and 12 deletions

View file

@ -395,5 +395,5 @@ export default [
MigrationName1765477339178,
MigrationName1765540325149,
MigrationName1765540549739,
MigrationName1765544010078
MigrationName1765544010078,
];

View file

@ -28,38 +28,71 @@ const LlmPage: FunctionComponent<PageComponentProps> = (): ReactElement => {
>
<div className="mt-4 space-y-3">
<div className="flex items-start">
<Icon icon={IconProp.CheckCircle} className="h-5 w-5 text-green-500 mr-3 mt-0.5 flex-shrink-0" />
<Icon
icon={IconProp.CheckCircle}
className="h-5 w-5 text-green-500 mr-3 mt-0.5 flex-shrink-0"
/>
<div>
<span className="font-medium">Incident Notes</span>
<span className="text-gray-500"> - Automatically generate detailed incident notes and updates</span>
<span className="text-gray-500">
{" "}
- Automatically generate detailed incident notes and updates
</span>
</div>
</div>
<div className="flex items-start">
<Icon icon={IconProp.CheckCircle} className="h-5 w-5 text-green-500 mr-3 mt-0.5 flex-shrink-0" />
<Icon
icon={IconProp.CheckCircle}
className="h-5 w-5 text-green-500 mr-3 mt-0.5 flex-shrink-0"
/>
<div>
<span className="font-medium">Alert Notes</span>
<span className="text-gray-500"> - Create meaningful alert descriptions and context</span>
<span className="text-gray-500">
{" "}
- Create meaningful alert descriptions and context
</span>
</div>
</div>
<div className="flex items-start">
<Icon icon={IconProp.CheckCircle} className="h-5 w-5 text-green-500 mr-3 mt-0.5 flex-shrink-0" />
<Icon
icon={IconProp.CheckCircle}
className="h-5 w-5 text-green-500 mr-3 mt-0.5 flex-shrink-0"
/>
<div>
<span className="font-medium">Scheduled Maintenance Notes</span>
<span className="text-gray-500"> - Generate maintenance event notes automatically</span>
<span className="text-gray-500">
{" "}
- Generate maintenance event notes automatically
</span>
</div>
</div>
<div className="flex items-start">
<Icon icon={IconProp.CheckCircle} className="h-5 w-5 text-green-500 mr-3 mt-0.5 flex-shrink-0" />
<Icon
icon={IconProp.CheckCircle}
className="h-5 w-5 text-green-500 mr-3 mt-0.5 flex-shrink-0"
/>
<div>
<span className="font-medium">Incident Postmortems</span>
<span className="text-gray-500"> - Automatically draft comprehensive incident postmortem reports</span>
<span className="text-gray-500">
{" "}
- Automatically draft comprehensive incident postmortem
reports
</span>
</div>
</div>
<div className="flex items-start">
<Icon icon={IconProp.CheckCircle} className="h-5 w-5 text-green-500 mr-3 mt-0.5 flex-shrink-0" />
<Icon
icon={IconProp.CheckCircle}
className="h-5 w-5 text-green-500 mr-3 mt-0.5 flex-shrink-0"
/>
<div>
<span className="font-medium">Code Improvements</span>
<span className="text-gray-500"> - Analyze telemetry data (logs, traces, metrics, exceptions) and suggest code improvements when connected to your code repository</span>
<span className="text-gray-500">
{" "}
- Analyze telemetry data (logs, traces, metrics, exceptions)
and suggest code improvements when connected to your code
repository
</span>
</div>
</div>
</div>

View file

@ -1 +1 @@
9.2.14
9.2.15