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

JS examples: copyedits and file rename #1095

Merged
merged 1 commit into from
Feb 3, 2022
Merged
Show file tree
Hide file tree
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
39 changes: 39 additions & 0 deletions content/en/docs/instrumentation/js/examples.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: Instrumentation Examples
title: Examples
weight: 4
---

Here are some of the resources for Opentelemetry instrumentation examples.

## Core Examples

The repository of the [JavaScript version of OpenTelemetry][repo] holds some
[examples][] of how to run real application with OpenTelemetry JavaScript.

[repo]: https://github.com/open-telemetry/opentelemetry-js
[examples]: https://github.com/open-telemetry/opentelemetry-js/tree/main/examples

## Plugin & Package Examples

Many of the packages and plugins at the [contributions repository][] for
OpenTelemetry JavaScript come with an usage example. You can find them in the
[examples folder][].

[contributions repository]: https://github.com/open-telemetry/opentelemetry-js-contrib
[examples folder]: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/examples

## Community Resources

The [nodejs-opentelemetry-tempo][tempo] project illustrates the use of OpenTelemetry
(through automatic and manual instrumentation) involving microservices with DB
interactions. It uses the following:

- [Prometheus](https://prometheus.io), for monitoring and alerting
- [Loki](https://grafana.com/oss/loki/), for distributed logging
- [Tempo](https://grafana.com/oss/tempo/), for distributed tracing
- [Grafana](https://grafana.com/grafana/) for visualization

For more details, visit the [project repository][tempo].

[tempo]: https://github.com/mnadeem/nodejs-opentelemetry-tempo
28 changes: 0 additions & 28 deletions content/en/docs/instrumentation/js/instrumentation_examples.md

This file was deleted.