-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for service.version
and service.environment
with apmInstrumentation
#121
Labels
agent-nodejs
Make available for APM Agents project planning.
Comments
github-actions
bot
added
the
agent-nodejs
Make available for APM Agents project planning.
label
May 10, 2022
This adds |
trentm
added a commit
that referenced
this issue
Oct 16, 2023
…service.node.name These are retrieved from an active APM agent, if apmIntegration is enabled. As well, config options for overriding these (and service.name) have been added. Closes: #121 Closes: #87 Refs: elastic/apm-agent-nodejs#3195
trentm
added a commit
to elastic/apm-agent-nodejs
that referenced
this issue
Oct 16, 2023
…rviceNodeName() For use by ecs-logging-nodejs packages for log correlation. Refs: elastic/ecs-logging-nodejs#121 Refs: 3195
trentm
added a commit
to elastic/apm-agent-nodejs
that referenced
this issue
Oct 17, 2023
…rviceNodeName() (#3679) For use by ecs-logging-nodejs packages for log correlation. Refs: elastic/ecs-logging-nodejs#121 Refs: #3195
trentm
added a commit
that referenced
this issue
Oct 17, 2023
…service.node.name (#152) These are retrieved from an active APM agent, if `apmIntegration` is enabled. As well, config options for overriding these (and service.name) have been added. Closes: #121 Closes: #87 Refs: elastic/apm-agent-nodejs#3195
Merged
fpm-peter
pushed a commit
to fpm-git/apm-agent-nodejs
that referenced
this issue
Aug 20, 2024
…rviceNodeName() (elastic#3679) For use by ecs-logging-nodejs packages for log correlation. Refs: elastic/ecs-logging-nodejs#121 Refs: elastic#3195
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
service.version
, at least, has been added to the ecs-logging spec:https://github.com/elastic/ecs-logging/blob/d8ee4d4ba5853a10425ac21f41a5ff04f84b355b/spec/spec.json#L88-L96
with the comment that:
The spec will be sync'd here with #120.
Then ecs-logging-java added support for
service.version
andservice.environment
:Should the node.js ecs-logging libs do the same?
The text was updated successfully, but these errors were encountered: