Skip to content

Commit c014522

Browse files
authored
Drop helloworld-observ-lib as an outdated example (#1448)
1 parent aa5c0d4 commit c014522

18 files changed

+2
-875
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ The monitoring mixins in this repository use two linting tools to ensure quality
4141

4242
Observability library is a flexible format to describe dashboards and alerts in a modular way so libraries can be imported into one another or into monitoring-mixins. Observability libraries can be found in folders with `-observ-lib` suffix. [Common library](https://github.com/grafana/jsonnet-libs/tree/master/common-lib) is also used to apply consistent style options.
4343

44-
See [helloworld-observ-lib](helloworld-observ-lib/) for starter template and format description.
45-
46-
More examples:
44+
Some examples:
4745
- [windows-observ-lib](windows-observ-lib/)
4846

4947
### Observability libraries signal extention

common-lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ local commonlib = import 'github.com/grafana/jsonnet-libs/common-lib/common/main
3232
local cpuPanel = oldPanel + commonlib.panels.cpu.timeSeries.utilization.stylize();
3333
```
3434

35-
See [windows-observ-lib](../windows-observ-lib/README.md) or [helloworld-observ-lib](../helloworld-observ-lib/README.md) for full example.
35+
See [windows-observ-lib](../windows-observ-lib/README.md) for implementation example.
3636

3737
### Signals
3838

helloworld-observ-lib/.lint

Lines changed: 0 additions & 11 deletions
This file was deleted.

helloworld-observ-lib/Makefile

Lines changed: 0 additions & 34 deletions
This file was deleted.

helloworld-observ-lib/README.md

Lines changed: 0 additions & 255 deletions
This file was deleted.

helloworld-observ-lib/alerts.libsonnet

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)