Skip to content

Commit 4d2f5cd

Browse files
CopilotJohnRoesler
andcommitted
docs: fix broken monitors link and encourage contributions
Co-authored-by: JohnRoesler <19351306+JohnRoesler@users.noreply.github.com>
1 parent 2979cdb commit 4d2f5cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,9 @@ Metrics may be collected from the execution of each job and scheduler lifecycle
173173
- [**Monitor**](https://pkg.go.dev/github.com/go-co-op/gocron/v2#Monitor):
174174
- [**MonitorStatus**](https://pkg.go.dev/github.com/go-co-op/gocron/v2#MonitorStatus) (includes status and error (if any) of the Job)
175175
A monitor can be used to collect metrics for each job from a scheduler.
176-
- Implementations: [go-co-op monitors](https://github.com/go-co-op?q=-monitor&type=all&language=&sort=)
177-
(don't see what you need? request on slack to get a repo created to contribute it!)
176+
- **Implementations:** There are currently no open source implementations of the Monitor interface available.
177+
We'd love for you to be the first to contribute one! Check out the [Monitor interface documentation](https://pkg.go.dev/github.com/go-co-op/gocron/v2#Monitor)
178+
to get started, or reach out on [Slack](https://gophers.slack.com/archives/CQ7T0T1FW) if you'd like to discuss your implementation.
178179
- [**SchedulerMonitor**](https://pkg.go.dev/github.com/go-co-op/gocron/v2#SchedulerMonitor):
179180
A scheduler monitor provides comprehensive observability into scheduler and job lifecycle events.
180181

0 commit comments

Comments
 (0)