Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Broken link in README.md #65

Closed
Closed
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
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
[//]: # (This file was autogenerated using `zio-sbt-website` plugin via `sbt generateReadme` command.)
[//]: # (So please do not edit it manually. Instead, change "docs/index.md" file or sbt setting keys)
[//]: # (e.g. "readmeDocumentation" and "readmeSupport".)
[//]: # "This file was autogenerated using `zio-sbt-website` plugin via `sbt generateReadme` command."
[//]: # 'So please do not edit it manually. Instead, change "docs/index.md" file or sbt setting keys'
[//]: # 'e.g. "readmeDocumentation" and "readmeSupport".'

# ZIO Metrics Connectors

ZIO Metrics Connectors provides integration between ZIO metrics and industry-leading monitoring and observability systems such as
* [Prometheus](https://prometheus.io/)
* [Datadog](https://docs.datadoghq.com/)
* [New Relic](https://newrelic.com)
* [StatsD](https://github.com/statsd/statsd)
* [Micrometer](https://micrometer.io)

- [Prometheus](https://prometheus.io/)
- [Datadog](https://docs.datadoghq.com/)
- [New Relic](https://newrelic.com)
- [StatsD](https://github.com/statsd/statsd)
- [Micrometer](https://micrometer.io)

[![Development](https://img.shields.io/badge/Project%20Stage-Development-green.svg)](https://github.com/zio/zio/wiki/Project-Stages) ![CI Badge](https://github.com/zio/zio-metrics-connectors/workflows/CI/badge.svg) [![Sonatype Releases](https://img.shields.io/nexus/r/https/oss.sonatype.org/dev.zio/zio-metrics-connectors_2.13.svg?label=Sonatype%20Release)](https://oss.sonatype.org/content/repositories/releases/dev/zio/zio-metrics-connectors_2.13/) [![Sonatype Snapshots](https://img.shields.io/nexus/s/https/oss.sonatype.org/dev.zio/zio-metrics-connectors_2.13.svg?label=Sonatype%20Snapshot)](https://oss.sonatype.org/content/repositories/snapshots/dev/zio/zio-metrics-connectors_2.13/) [![javadoc](https://javadoc.io/badge2/dev.zio/zio-metrics-connectors-docs_2.13/javadoc.svg)](https://javadoc.io/doc/dev.zio/zio-metrics-connectors-docs_2.13) [![ZIO Metrics Connectors](https://img.shields.io/github/stars/zio/zio-metrics-connectors?style=social)](https://github.com/zio/zio-metrics-connectors)

Get started by clicking [here](metrics/index.md#adding-zio-metrics-connectors-to-your-project)
Get started by clicking [here](https://zio.dev/zio-metrics-connectors/metrics/#adding-zio-metrics-connectors-to-your-project)

## Documentation

Expand Down
Loading