-
Notifications
You must be signed in to change notification settings - Fork 13
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
7 changed files
with
35 additions
and
19 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,6 +1,27 @@ | ||
{ | ||
"name": "@splunk/otel", | ||
"entries": [ | ||
{ | ||
"date": "Thu, 11 Nov 2021 15:56:29 GMT", | ||
"tag": "@splunk/otel_v0.15.0", | ||
"version": "0.15.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@splunk/otel", | ||
"comment": "feat: add runtime metrics", | ||
"commit": "89233ca6880bb0cea97b727d00706e299e7a911e" | ||
}, | ||
{ | ||
"author": "[email protected]", | ||
"package": "@splunk/otel", | ||
"comment": "feat: remove OTEL_TRACE_ENABLED", | ||
"commit": "89233ca6880bb0cea97b727d00706e299e7a911e" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 12 Oct 2021 06:38:40 GMT", | ||
"tag": "@splunk/otel_v0.14.0", | ||
|
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 |
---|---|---|
@@ -1,9 +1,18 @@ | ||
# Change Log - @splunk/otel | ||
|
||
This log was last generated on Tue, 12 Oct 2021 06:38:40 GMT and should not be manually modified. | ||
This log was last generated on Thu, 11 Nov 2021 15:56:29 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 0.15.0 | ||
|
||
Thu, 11 Nov 2021 15:56:29 GMT | ||
|
||
### Minor changes | ||
|
||
- feat: add runtime metrics ([email protected]) | ||
- feat: remove OTEL_TRACE_ENABLED ([email protected]) | ||
|
||
## 0.14.0 | ||
|
||
Tue, 12 Oct 2021 06:38:40 GMT | ||
|
7 changes: 0 additions & 7 deletions
7
change/@splunk-otel-4e785909-3e8b-487b-a773-0448e5f0f1a7.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@splunk-otel-710fb8ca-8079-4201-89c3-45337bc8ce67.json
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@splunk/otel", | ||
"version": "0.14.0", | ||
"version": "0.15.0", | ||
"description": "The Splunk distribution of OpenTelemetry Node Instrumentation provides a Node agent that automatically instruments your Node application to capture and report distributed traces to Splunk APM.", | ||
"repository": "[email protected]:signalfx/splunk-otel-js.git", | ||
"author": "Splunk <[email protected]>", | ||
|
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 |
---|---|---|
|
@@ -14,4 +14,4 @@ | |
* limitations under the License. | ||
*/ | ||
|
||
export const VERSION = '0.14.0'; | ||
export const VERSION = '0.15.0'; |