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

Added links to docs #17

Merged
merged 2 commits into from
Jan 5, 2024
Merged
Changes from 1 commit
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
40 changes: 34 additions & 6 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,11 @@ const IndexPage: React.FC<PageProps> = () => {
even multiple backends at the same time.
</p>
<p>
Micrometer supports publishing metrics to <strong>AppOptics</strong>
Micrometer <a
href="https://docs.micrometer.io/micrometer/reference/implementations.html"
>
supports publishing metrics
</a> to <strong>AppOptics</strong>
, <strong>Azure Monitor</strong>, <strong>Netflix Atlas</strong>,{" "}
<strong>CloudWatch</strong>, <strong>Datadog</strong>,{" "}
<strong>Dynatrace</strong>, <strong>Elastic</strong>,{" "}
Expand All @@ -143,11 +147,35 @@ const IndexPage: React.FC<PageProps> = () => {
<strong>Wavefront</strong>.
</p>
<p>
Through <strong>Micrometer Observation</strong> and{" "}
<strong>Micrometer Tracing</strong> you can ship your spans via{" "}
<strong>OpenZipkin Brave</strong> or <strong>OpenTelemetry</strong>{" "}
tracers to different backends (e.g. <strong>OpenZipkin</strong> or{" "}
<strong>Wavefront</strong>).
Through <strong><a
oodamien marked this conversation as resolved.
Show resolved Hide resolved
href="https://docs.micrometer.io/micrometer/reference/observation.html"
>
Micrometer Observation
</a></strong> and{" "}
<strong><a
oodamien marked this conversation as resolved.
Show resolved Hide resolved
href="https://docs.micrometer.io/tracing/reference/"
>
Micrometer Tracing
</a></strong> you can ship your spans via{" "}
<strong><a
href="https://docs.micrometer.io/tracing/reference/tracers.html"
>
OpenZipkin Brave
</a></strong> or <strong><a
href="https://docs.micrometer.io/tracing/reference/tracers.html"
>
OpenTelemetry
</a></strong>{" "}
tracers to different backends (e.g. <strong><a
href="https://docs.micrometer.io/tracing/reference/reporters.html"
>
OpenZipkin
</a></strong> or{" "}
<strong><a
href="https://docs.micrometer.io/tracing/reference/reporters.html"
>
Wavefront
</a></strong>).
</p>
</div>
</div>
Expand Down
Loading