Skip to content

Commit

Permalink
JS examples: copyedits and file rename (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Feb 3, 2022
1 parent 995d0fe commit 5bfca51
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 28 deletions.
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.

0 comments on commit 5bfca51

Please sign in to comment.