Josh Suereth
9976b2abba
Add pull request checks back for links/markdown. ( #5 )
2023-05-11 12:57:26 -04:00
Josh Suereth
ba20753993
Remove no-changes allowed header from new repository. ( #6 )
2023-05-11 11:46:04 -04:00
Josh Suereth
554a97dde2
Put hiatus on semantic conventions until they are in the new repository. ( #3489 )
...
As per OTEP:
https://github.com/open-telemetry/oteps/blob/main/text/0227-separate-semantic-conventions.md
2023-05-11 05:59:41 -06:00
Robert Toyonaga
239caf82ac
Add JVM runtime metric source API notes ( #3463 )
...
Fixes #3418
## Changes
Add notes on where the JVM runtime metrics come from.
---------
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: jack-berg <34418638+jack-berg@users.noreply.github.com>
2023-05-08 14:26:28 -05:00
jack-berg
8f0a652071
JVM gc duration unit and bucket boundaries ( #3458 )
2023-05-03 09:47:34 -07:00
Trask Stalnaker
92a5b9ef64
Fix JVM buffer pool attribute description ( #3423 )
...
Follow-up to #3413
---------
Co-authored-by: jack-berg <34418638+jack-berg@users.noreply.github.com>
2023-04-21 09:59:59 -05:00
Trask Stalnaker
e4613f98af
Converts JVM metrics to yaml ( #3413 )
...
Converts JVM metrics to yaml
2023-04-20 13:56:48 -05:00
Tyler Yahn
d28c963926
Fix grammatical number of metric semconv units ( #3298 )
2023-03-08 09:17:29 -08:00
Trask Stalnaker
a0691c65ed
Rename nonheap to non_heap ( #3250 )
...
Fixes
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/7876
(the implementation used `non_heap`, which seems better)
## Changes
Renames JVM metric attribute value from `nonheap` to `non_heap`.
---------
Co-authored-by: Carlos Alberto Cortez <calberto.cortez@gmail.com>
2023-02-24 09:59:43 -06:00
jack-berg
43804f56d2
Track JVM gc time in histogram ( #2903 )
2022-11-15 12:53:05 -08:00
Reiley Yang
07ef735d2f
s/cpu/CPU ( #2931 )
...
Co-authored-by: Tigran Najaryan <4194920+tigrannajaryan@users.noreply.github.com>
2022-11-09 17:10:44 +01:00
jack-berg
f9a0472bb3
Add metric for jvm memory usage after gc ( #2901 )
2022-11-08 14:02:14 -08:00
Hao Tu
7c53a4e646
add daemon attribute to jvm threads metric ( #2828 )
2022-10-06 23:46:02 -07:00
jack-berg
fc9219bcfe
Add JVM buffer pool semantic conventions ( #2650 )
2022-07-13 10:11:24 -07:00
Patrice Chalin
067a2b88b4
[editorial] Add note to Hugo front matter ( #2651 )
2022-07-08 09:12:12 +02:00
Patrice Chalin
5c19b4e868
[editorial] Ensure metrics subsections have a README ( #2629 )
2022-06-22 21:31:40 -07:00
jack-berg
2681d9c7dc
Rename p.r.jvm.memory.max to p.r.jvm.memory.limit ( #2605 )
2022-06-10 08:44:42 -05:00
Jonatan Ivanov
8a3a853730
Add semantic conventions for jvm cpu metrics ( #2292 )
2022-05-26 20:29:02 -07:00
jack-berg
a87e50d47d
Refactor jvm classes semantic conventions ( #2550 )
2022-05-18 23:47:26 -07:00
Carlos Alberto Cortez
5115a5dc87
Update JVM metrics with JMX Gatherer values. ( #2478 )
2022-04-22 09:51:25 -05:00
Fabian Stäber
fc23f00281
Allow all metric conventions to be either synchronous or asynchronous. ( #2458 )
2022-04-08 11:14:29 -07:00
jack-berg
c76f9ddb7c
Add jvm memory runtime metrics ( #2272 )
...
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
2022-01-26 18:55:47 +01:00
Trask Stalnaker
225d780d8f
Add placeholder for jvm metrics ( #2257 )
2022-01-13 23:29:09 -06:00
Daniel Jaglowski
99fcd04b06
Align runtime metric and resource namespaces ( #2112 )
...
A 'process.runtime' namespace is currently defined in the resource
semantic conventions. The metric semantic conventions suggest that
runtime metrics use a 'runtime' namespace. Since the runtime metrics
are directly related to the runtime resources, they ought to share a
common namespace.
Co-authored-by: Tigran Najaryan <4194920+tigrannajaryan@users.noreply.github.com>
2021-11-18 14:36:45 +00:00
Ted Young
eeff36dfd4
Add lifecycle statuses to all documents ( #1385 )
2021-02-04 15:06:46 +01:00
Aaron Abbott
3146dc01dc
System metrics semantic conventions ( #937 )
...
* System metrics semantic conventions
Conventions from [OTEP
119](https://github.com/open-telemetry/oteps/pull/119 )
* change process count to UpDownSumObserver
* fix system.cpu.utilization, use better example
* first several comments
* add description columns, update units to UCUM
* markdown-toc
* clarify OS process level metrics
* clarify load average exapmle
* move general conventions + OTEP 108 into README.md
* renamed swap -> paging
* add addition fs labels
* fix links
* fix link
* Update specification/metrics/semantic_conventions/README.md
Co-authored-by: Tigran Najaryan <4194920+tigrannajaryan@users.noreply.github.com>
* Update specification/metrics/semantic_conventions/README.md
Co-authored-by: Tigran Najaryan <4194920+tigrannajaryan@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Tigran Najaryan <4194920+tigrannajaryan@users.noreply.github.com>
* fix tigran comments
* add disk io_time and operation_time
* add descriptions/footnotes for dropped packets and net errors
* lint, more info for net dropped packets/errors
* "dropped_packets" -> "dropped"
* Apply suggestions from James' code review
Co-authored-by: James Bebbington <jbebbington@google.com>
* comments from James' code review
* clarify windows perf counter
* Update specification/metrics/semantic_conventions/README.md
Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>
* reflow text
Co-authored-by: Tigran Najaryan <4194920+tigrannajaryan@users.noreply.github.com>
Co-authored-by: James Bebbington <jbebbington@google.com>
Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>
2020-10-15 12:07:07 -07:00