-
Notifications
You must be signed in to change notification settings - Fork 804
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
57 additions
and
14 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
experimental/packages/opentelemetry-sdk-metrics-base/examples/.eslintrc.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"env": { | ||
"node": true | ||
}, | ||
"extends": "airbnb-base", | ||
"parserOptions": { | ||
"sourceType": "script" | ||
}, | ||
"rules": { | ||
"strict": ["error", "global"], | ||
"no-use-before-define": ["error", "nofunc"], | ||
"no-console": "off", | ||
"import/no-unresolved": "off", | ||
"no-unused-vars": ["error", { "argsIgnorePattern": "^_" }] | ||
}, | ||
"ignorePatterns": "**/*_pb.js" | ||
} |
19 changes: 19 additions & 0 deletions
19
experimental/packages/opentelemetry-sdk-metrics-base/examples/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# OpenTelemetry JavaScript Examples | ||
|
||
This directory contains examples of how to run real applications with OpenTelemetry JavaScript. | ||
|
||
## Work in Progress Examples | ||
|
||
These examples are using work in progress metrics packages. | ||
|
||
|Name | Description | Complexity Level | | ||
------------- | ------------- | ------------ | | ||
|[metrics](metrics/) | Basic metrics collection and exports those metrics to a Prometheus compatible endpoint | Beginner | | ||
|
||
## Contributing | ||
|
||
Please see [CONTRIBUTING.md](https://github.com/open-telemetry/opentelemetry-js/blob/main/CONTRIBUTING.md) for instructions on how to contribute. | ||
|
||
## LICENSE | ||
|
||
Apache License 2.0 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters