Open gehrisandro opened 11 months ago
This PR adds a Recorder and Card to integrate in a Laravel Pulse Dashboard.
The card supports two metrics:
<livewire:openai.pulse.requests />
If you want to be specific about the metric to show, you can pass it as type:
type
<livewire:openai.pulse.requests type="endpoint" /> <livewire:openai.pulse.requests type="user" />
TODOs:
This PR depends on the event dispatching added here.
Card without type specified (type is selectable):
Card with type="user":
type="user"
Card with type="endpoint":
type="endpoint"
This PR adds a Recorder and Card to integrate in a Laravel Pulse Dashboard.
The card supports two metrics:
If you want to be specific about the metric to show, you can pass it as
type
:TODOs:
This PR depends on the event dispatching added here.
Card without type specified (type is selectable):
Card with
type="user"
:Card with
type="endpoint"
: