Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions temporal-mixin/.lint
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
exclusions:
panel-title-description-rule:
reason: Removed panel title for visual appearance for top stats panels
target-instance-rule:
reason: Temporal instance filtering is accomplished by the namespace
template-instance-rule:
reason: Temporal instance filtering is accomplished by the namespace
target-job-rule:
reason: Hosted exporter jobs
template-job-rule:
reason: Hosted exporter jobs
13 changes: 13 additions & 0 deletions temporal-mixin/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Temporal Mixin

A Grafana dashboard mixin for monitoring Temporal usage.

## Usage

Import this mixin in your jsonnet configuration:

```jsonnet
local temporalMixin = import 'temporal-mixin/mixin.libsonnet';

temporalMixin.grafanaDashboards
```
Loading
Loading