Skip to content

Commit f8b5157

Browse files
authored
docs: add links to quickstart and observability overview READMEs (#774)
1 parent b64dbe7 commit f8b5157

File tree

6 files changed

+40
-4
lines changed

6 files changed

+40
-4
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
The packages in this repository support all [officially supported Node.js versions](https://nodejs.org/en/about/releases/) (10, 12, 14, 16).
44

5+
To get started with instrumentation in Google Cloud, see [Generate traces and metrics with
6+
Node.js](https://cloud.google.com/stackdriver/docs/instrumentation/setup/nodejs).
7+
8+
To learn more about instrumentation and observability, including opinionated recommendations
9+
for Google Cloud Observability, visit [Instrumentation and
10+
observability](https://cloud.google.com/stackdriver/docs/instrumentation/overview).
11+
512
## OpenTelemetry Google Cloud Trace Exporter
613

714
[![npm version](https://badge.fury.io/js/%40google-cloud%2Fopentelemetry-cloud-trace-exporter.svg)](https://badge.fury.io/js/%40google-cloud%2Fopentelemetry-cloud-trace-exporter)

packages/opentelemetry-cloud-monitoring-exporter/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22
[![NPM Published Version][npm-img]][npm-url]
33
[![Apache License][license-image]][license-image]
44

5-
OpenTelemetry Google Cloud Monitoring Exporter allows the user to send collected metrics to Google Cloud Monitoring.
5+
OpenTelemetry Google Cloud Monitoring Exporter allows the user to send collected metrics to
6+
[Google Cloud Monitoring](https://cloud.google.com/monitoring).
67

7-
[Cloud Monitoring](https://cloud.google.com/monitoring) provides visibility into the performance, uptime, and overall health of cloud-powered applications. It collects metrics, events, and metadata from Google Cloud, Amazon Web Services, hosted uptime probes, application instrumentation, and a variety of common application components including Cassandra, Nginx, Apache Web Server, Elasticsearch, and many others. Operations ingests that data and generates insights via dashboards, charts, and alerts. Cloud Monitoring alerting helps you collaborate by integrating with Slack, PagerDuty, and more.
8+
To get started with instrumentation in Google Cloud, see [Generate traces and metrics with
9+
Node.js](https://cloud.google.com/stackdriver/docs/instrumentation/setup/nodejs).
10+
11+
To learn more about instrumentation and observability, including opinionated recommendations
12+
for Google Cloud Observability, visit [Instrumentation and
13+
observability](https://cloud.google.com/stackdriver/docs/instrumentation/overview).
814

915
## Installation
1016

packages/opentelemetry-cloud-trace-exporter/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22
[![NPM Published Version][npm-img]][npm-url]
33
[![Apache License][license-image]][license-image]
44

5-
OpenTelemetry Google Cloud Trace Exporter allows the user to send collected traces to Google Cloud.
5+
OpenTelemetry Google Cloud Trace Exporter allows the user to send collected traces to [Google
6+
Cloud Trace](https://cloud.google.com/trace).
67

7-
[Google Cloud Trace](https://cloud.google.com/trace) is a distributed tracing system. It helps gather timing data needed to troubleshoot latency problems in microservice architectures. It manages both the collection and lookup of this data.
8+
To get started with instrumentation in Google Cloud, see [Generate traces and metrics with
9+
Node.js](https://cloud.google.com/stackdriver/docs/instrumentation/setup/nodejs).
10+
11+
To learn more about instrumentation and observability, including opinionated recommendations
12+
for Google Cloud Observability, visit [Instrumentation and
13+
observability](https://cloud.google.com/stackdriver/docs/instrumentation/overview).
814

915
## Setup
1016

packages/opentelemetry-cloud-trace-propagator/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
OpenTelemetry Google Cloud Trace Propagator allows other services to create spans with the right context.
66

7+
To get started with instrumentation in Google Cloud, see [Generate traces and metrics with
8+
Node.js](https://cloud.google.com/stackdriver/docs/instrumentation/setup/nodejs).
9+
10+
To learn more about instrumentation and observability, including opinionated recommendations
11+
for Google Cloud Observability, visit [Instrumentation and
12+
observability](https://cloud.google.com/stackdriver/docs/instrumentation/overview).
13+
714
Format:
815
`TRACE_ID/SPAN_ID;o=TRACE_TRUE`
916

packages/opentelemetry-resource-util/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ This package provides utils used by other packages in this repo. It can map
77
OpenTelemetry resources to Google Cloud monitored resources. It is not intended
88
to be used directly by users.
99

10+
To get started with instrumentation in Google Cloud, see [Generate traces and metrics with
11+
Node.js](https://cloud.google.com/stackdriver/docs/instrumentation/setup/nodejs).
12+
13+
To learn more about instrumentation and observability, including opinionated recommendations
14+
for Google Cloud Observability, visit [Instrumentation and
15+
observability](https://cloud.google.com/stackdriver/docs/instrumentation/overview).
16+
1017
## Useful links
1118

1219
- For more information on OpenTelemetry, visit: <https://opentelemetry.io/>

samples/instrumentation-quickstart/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
> This sample is not an npm workspace within this repo. It does not link in any dependencies
55
> from this repo and all commands should be run directly from this directory.
66
7+
This is the code sample for [Generate traces and metrics with
8+
Node.js](https://cloud.google.com/stackdriver/docs/instrumentation/setup/nodejs).
9+
710
This sample is a [Fastify](https://fastify.dev/) Node.js application instrumented with
811
[OpenTelemetry JS auto instrumentation](https://opentelemetry.io/docs/languages/js/automatic/).
912
This is a Node.js version of [this golang

0 commit comments

Comments
 (0)