Jaana Dogan
580121698c
Rename cloud.zone to cloud.availability_zone ( #1495 )
...
Co-authored-by: Christian Neumüller <christian+github@neumueller.me>
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
2021-03-11 11:02:16 +01:00
Jaana Dogan
c670bbd8fd
Introduce EKS cluster semantic conventions ( #1484 )
2021-03-08 17:58:09 +01:00
Jaana Dogan
e6cc959e46
Allow to collect host architecture ( #1483 )
2021-03-05 19:50:00 +01:00
Jaana Dogan
0e92f16571
Have consistent naming for Google Cloud services ( #1496 )
2021-03-04 17:48:22 +01:00
Jaana Dogan
ece6eebf06
Clarify the cloud resource attributes ( #1481 )
2021-03-02 17:01:35 +01:00
Jaana Dogan
4d2346182b
Add container runtime to container conventions ( #1482 )
2021-03-02 14:37:53 +01:00
Tristan Sloughter
45859e70b2
erlang process.runtime attributes: remove TODO note and update descriptions ( #1445 )
...
* erlang process.runtime attributes: remove TODO note and update descriptions
* erlang: update spec matrix
* add erlang runtime example
2021-02-19 10:30:27 -08:00
Jay Camp
a336acd5b3
Add k8s.node semantic convention ( #1390 )
2021-02-04 18:48:34 +01:00
Ted Young
eeff36dfd4
Add lifecycle statuses to all documents ( #1385 )
2021-02-04 15:06:46 +01:00
Jay Camp
78875d0fa7
Fix typo of service.id -> service.instance.id ( #1383 )
...
Co-authored-by: Bogdan Drutu <bogdandrutu@gmail.com>
2021-01-27 17:28:03 -05:00
William Armiros
28b6c5aa88
Lowercased ECS launch types ( #1339 )
...
* lowercased ECS launch types
* updated changelog
* updated tables with 2.1 tool
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
Co-authored-by: Bogdan Drutu <bogdandrutu@gmail.com>
2021-01-27 12:04:10 -08:00
Christian Neumüller
b139dc2a34
Clarify/relax required resource attributes. ( #1294 )
2021-01-21 15:50:05 +01:00
Sergey Kanzhelev
4f13d9c80b
regenerated tables after https://github.com/open-telemetry/build-tools/pull/24 ( #1342 )
2021-01-14 00:04:10 -08:00
Wolfgang Ziegler
2dc7db5ab3
Update faas.yaml ( #1326 )
...
Fix wording.
2021-01-07 12:34:51 -05:00
William Armiros
27569327dc
added cloud.infrastructure_service attribute to resource spec ( #1112 )
...
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
2021-01-07 13:16:04 +01:00
Wolfgang Ziegler
6fd35a389e
Introduce resource attribute `faas.max_memory` ( #1296 )
2021-01-04 23:42:01 +01:00
Carlos Alberto Cortez
4df1e98ddc
Define the fallback case for service.name ( #1269 )
2020-12-14 16:59:35 +01:00
William Armiros
3df4ec410c
Add semantic conventions for cloud provider-specific resource attributes ( #1099 )
2020-11-25 03:17:42 +01:00
Giovanni Liva
85daff3954
Yaml files for process semantic convention ( #1227 )
...
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
2020-11-24 14:18:10 +01:00
Christian Neumüller
4a6610e5fb
Add java.vm.name to process.runtime.description & more examples. ( #1242 )
...
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
2020-11-24 14:10:23 +01:00
Christian Neumüller
ed47f3887a
Improve process.runtime description (editorial) ( #1232 )
...
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
2020-11-23 13:08:46 +01:00
Christian Neumüller
0ce086911a
Specify process.runtime for Python. ( #1160 )
2020-11-09 16:52:54 +01:00
Christian Neumüller
bf1d9c6471
Rework headings of process semantic convention, add TOC. ( #1191 )
2020-11-04 12:34:42 -08:00
Christian Neumüller
aa14918823
Fix absolute links to spec ( #1192 )
...
* Remove absolute links where possible.
* Work around semantic conventions.
* Docfx.
* Fix YAML.
* More docfx.
2020-11-04 12:29:48 -08:00
Christian Neumüller
9ec26f31ed
Overhaul process command-line resource conventions. ( #1137 )
...
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
2020-11-03 11:50:38 +01:00
Yuri Shkuro
f06e3a22e2
Replace CAN with MAY ( #1150 )
2020-10-28 12:51:19 -04:00
Josh Suereth
b48cb0cff0
Fix typo in cloud resource convention. ( #1097 )
...
* Fix type in cloud convention.
* Run auto-md tool, cool!
2020-10-15 09:53:56 -07:00
Giovanni Liva
d07e2e8431
Add yaml for FaaS and Host resource attributes ( #1056 )
...
* Add yaml for FaaS and Host resource attributes
* Address feedback
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
2020-10-12 17:02:45 +02:00
Giovanni Liva
f474696cfd
Add yaml for K8s and OS resource attributes ( #1057 )
2020-10-09 16:04:18 +02:00
Giovanni Liva
31ec13ca2d
Add yaml for Cloud, Container, and Deployment resource attributes ( #1055 )
2020-10-09 16:02:07 +02:00
Giovanni Liva
9315f21f9d
Add telemetry and service yaml ( #1026 )
2020-09-30 17:16:04 -07:00
Jay Camp
b971d97b32
Explicitly specify cloud.provider values for common cloud providers ( #1018 )
...
* Explicitly specify cloud.provider values for common cloud providers
Before some cloud provider values were given as an examples but it was still
left open to interpretation about what that meant. This makes it more explicit
that these are known values for those particular cloud providers.
* Apply suggestions from code review
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
2020-09-29 14:12:05 +02:00
Anuraag Agrawal
cb368a7a64
Add process.runtime.name / version describing executing runtime ( #882 )
...
* Add process.runtime.name / version to capture information about executing runtime.
* .NET core probably considered reference implementation going forward.
* Changelog
* Cleanups
* Fix go compiler
* Compiler
* Update specification/resource/semantic_conventions/process.md
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
* Java not constants
* Space
* Ecilpse:
* Add TODOs
* Avoid direct links
* Revert "Avoid direct links"
This reverts commit 7906c266570d993eaef28357d3cd25065be4d658.
* Try direct link
* Update Ruby
* Update specification/resource/semantic_conventions/process.md
Co-authored-by: Tristan Sloughter <t@crashfast.com>
* Consistency
* lint
* Android
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
Co-authored-by: Bogdan Drutu <bogdandrutu@gmail.com>
Co-authored-by: Tristan Sloughter <t@crashfast.com>
2020-09-22 11:25:07 -07:00
Tigran Najaryan
22acfb9aa6
Fix reference to service.instance.id ( #957 )
...
Was previously incorrectly referenced as service.id.
2020-09-16 16:01:56 +02:00
Carlos Alberto Cortez
91e93292b8
Use Deployment Environment in Resources' README instead of Environment. ( #851 )
2020-09-08 20:09:48 +02:00
Anuraag Agrawal
9b449af77e
Remove version convention / semver prefix from versions. ( #873 )
...
* Remove version convention / semver prefix from versions.
* Moar
* api.md
* Examples of version strings.
* Apply suggestions from code review
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
* spaec
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
Co-authored-by: Carlos Alberto Cortez <calberto.cortez@gmail.com>
Co-authored-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-08-25 18:49:52 -07:00
Emmanuel Courreges
a69a84b879
Add "Deployment / environment" subsection in "Environment" ( #606 )
...
Merge "Deployment Service / Kubernetes" section into "Environment" section for consistency
Create deployment_environment.md for new deployment.environment attribute
Signed-off-by: CI-Bot for Emmanuel Courreges <emmanuel.courreges@orange.com>
2020-08-21 16:01:15 +02:00
Bogdan Drutu
ad8e02ae9a
Remove duplicate hostname attribute ( #838 )
2020-08-20 21:11:40 +02:00
Nikita Salnikov-Tarnovski
36eb583e87
Add semantic convention for telemetry.auto.version ( #799 )
2020-08-17 09:41:58 -07:00
Akash Suresh
a6f219b6bb
k8s: Differentiate container spec name and container name ( #762 )
2020-08-07 17:57:46 +02:00
Reiley Yang
3c720edee4
DocFX sanity check ( #742 )
2020-07-27 19:51:44 +02:00
Bogdan Drutu
7bc2b83d58
Add semantic conventions for all Kubernetes objects ( #732 )
...
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-07-25 13:49:59 -07:00
Bogdan Drutu
41869b89aa
Split resource semantic conventions in smaller files ( #727 )
...
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-07-23 09:49:11 -04:00
Armin Ruech
f89b9c568c
Add resource semantic conventions for operating systems ( #693 )
2020-07-15 16:22:13 +02:00
Tyler Yahn
99707b5a5c
Update resource `process.*` descriptions ( #695 )
...
Not all Unix based OSs have `procfs` (Darwin) or have it enabled by
default (FreeBSD). Update the description to be specific to Linux
systems.
2020-07-09 23:15:10 -07:00
Lei Wang
2296634e18
Add semantic conventions for container id ( #673 )
...
* Add semantic conventions for container id
* Update specification/resource/semantic_conventions/README.md
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
* Update specification/resource/semantic_conventions/README.md
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
2020-06-30 08:25:40 -07:00
James Bebbington
cdbda6cddb
Added semantic conventions for the "process" resource ( #635 )
2020-06-29 18:00:03 -07:00
Armin Ruech
4d1da099a0
Fix markdown-link-check and dead links ( #555 )
2020-04-09 16:36:01 +02:00
Giovanni Liva
e85fca0fc1
Add Semantic Conventions for Function as a Service ( #471 )
2020-04-07 17:12:45 +02:00
Bogdan Drutu
0dceae42ab
Move specifications into sub-directories per signal ( #546 )
...
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-04-06 17:25:53 -04:00