Skip to content

Commit

Permalink
[#167] Release v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
feelform committed Jan 12, 2024
1 parent 4b16a72 commit 7a38d46
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
node_modules
test
demo
.idea/
grpc/

# CI
coverage
.eslintrc.js
.eslintignore
.node-version
checkstyle-results.xml
checkstyle-result.xml
.github
.vscode

Expand Down
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Changelog
All notable changes to Pinpoint Node.js agent will be documented in this file.

## [0.9.0-next.1] - 2021-06-10
## [0.9.0-next.3] - 2024-01-11
### Added
- #86 Express with method name
- #101 middleware code level visibility
<img width="1241" alt="Screen Shot 2021-12-13 at 11 15 20 PM" src="https://user-images.githubusercontent.com/616895/145830104-07774978-f56b-4090-b6e9-eeff0d880945.png">

## [0.9.0-next.0] - 2021-05-27
### Added
- #155 SQL UID
- #140 AsyncLocalStorage above [email protected]
- #150 location and filename and linenumber
- #87 HTTP param
### Fixed
- #101 Nested Async call

## [0.8.3] - 2021-11-19
### Fixed
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ PINPOINT_CONTAINER | false | Whether to use docker or kubernetes. If the PINPOIN
PINPOINT_TRACE_EXCLUSION_URL_PATTERN | | comma-separated string. ex) `/health_check,/admin/**` or [Unit tests](https://github.com/pinpoint-apm/pinpoint-node-agent/blob/01fcbdefe5a0ffba9c957bee0da3fb7397638182/test/utils/ant-path-matcher.test.js#L332)
PINPOINT_TRACE_EXCLUSION_URL_CACHE_SIZE | | If the app is designed so that the pathname of the URL is fixed, if the cache size is set, the pathname of the frequently used URL does not match with patterns. In case of using query for pathname like `/user/1000`, cache is unnecessarily. [Unit tests](https://github.com/pinpoint-apm/pinpoint-node-agent/blob/01fcbdefe5a0ffba9c957bee0da3fb7397638182/test/utils/ant-path-matcher.test.js#L447)
PINPOINT_PROFILER_SQL_STAT | false | SQL uid
PINPOINT_TRACE_LOCATION_AND_FILENAME_OF_CALL_SITE | false | CallSite line number and filename

### Agent ID
The agent ID is used as the identifier per the server or node. You need to set the hostname or node identifier(The maximum length is 24) on the server.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"description": "Pinpoint node agent provided by NAVER",
"repository": {
"type": "git",
"url": "https://github.com/pinpoint-apm/pinpoint-node-agent"
"url": "git+https://github.com/pinpoint-apm/pinpoint-node-agent.git"
},
"contributors": [
"Yongseok Kang <[email protected]> (https://github.com/feelform)"
"Yongseok <[email protected]> (https://github.com/feelform)"
],
"license": "Apache-2.0",
"bugs": {
Expand Down

0 comments on commit 7a38d46

Please sign in to comment.