Skip to content

Commit

Permalink
prep 0.0.1 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjvans authored Jan 4, 2024
1 parent 0574af7 commit 870cafe
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,27 @@ Documentation can be found at [cap.cloud.sap](https://cap.cloud.sap/docs) and [o



## Table of Contents

- [About this project](#about-this-project)
- [Requirements](#requirements)
- [Setup](#setup)
- [Predefined Kinds](#predefined-kinds)
- [`telemetry-to-console`](#telemetry-to-console)
- [`telemetry-to-dynatrace`](#telemetry-to-dynatrace)
- [`telemetry-to-jaeger`](#telemetry-to-jaeger)
- [Detailed Configuration Options](#detailed-configuration-options)
- [Instrumentations](#instrumentations)
- [Sampler](#sampler)
- [Propagators](#propagators)
- [Exporters](#exporters)
- [Environment variables](#environment-variables)
- [Support, Feedback, Contributing](#support-feedback-contributing)
- [Code of Conduct](#code-of-conduct)
- [Licensing](#licensing)



## Requirements

See [Getting Started](https://cap.cloud.sap/docs/get-started) on how to jumpstart your development and grow as you go with SAP Cloud Application Programming Model.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cap-js/telemetry",
"version": "0.0.1",
"description": "CDS plugin providing automatic OpenTelemetry instrumentation.",
"description": "CDS plugin providing observability features, incl. automatic OpenTelemetry instrumentation.",
"repository": "cap-js/telemetry",
"author": "SAP SE (https://www.sap.com)",
"homepage": "https://cap.cloud.sap/",
Expand Down

0 comments on commit 870cafe

Please sign in to comment.