Skip to content

Commit 394cdee

Browse files
committed
fix: images
Signed-off-by: Hélia Barroso <[email protected]>
1 parent f1af363 commit 394cdee

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
-125 KB
Loading
96.3 KB
Loading

docs/blog/posts/community-dashboards.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This approach also lowers the barrier to achieving consistency across dashboards
4444

4545
## How to build composable dashboards - a practical example
4646

47-
Here we have an example of how to define a panel of Time Series type below. More detailed info about the available option for Time Series Panels can be found [here](https://perses.dev/perses/docs/dac/go/panel/time-series/).
47+
Here we have an example of how to define a panel of Time Series type below. More detailed info about the available option for Time Series Panels can be found [here](https://pkg.go.dev/github.com/perses/perses/go-sdk/panel/time-series) and [PromQLBuilder](https://pkg.go.dev/github.com/perses/promql-builder).
4848

4949
```go
5050
// Define your panel
@@ -130,6 +130,8 @@ func BuildWorkloadOverview(project string, datasource string, clusterLabelName s
130130
}
131131
```
132132

133+
For more on the SDK please check [perses/go-sdk](https://pkg.go.dev/github.com/perses/perses/go-sdk), and [community-dashboards](https://pkg.go.dev/github.com/perses/community-dashboards).
134+
133135
## Beyond Copy-Pasting - Cleaner and Smarter way to building Dashboards
134136

135137
Going back to the idea of copy-pasting raw YAML or JSON, although it might seem quicker, it leads to painful maintenance over time. The Go SDK offers a better path:

0 commit comments

Comments
 (0)