1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-26 21:05:00 +02:00
opentelemetry-go/semconv/v1.24.0
Benjamin Sanabria Carr 6394b029fe
semconv: Add metric generation (#4880)
* Adds some basic constants for metrics utilizing a new jinja template

* Updates generated comments with more explicit nomenclature; Adds Unit and Description consts for each metric; append 'Name' to metric const instead of 'Key'

* Update CHANGELOG

* fix overlooked merge conflict

* change the types of generated consts to string; format generation to handle empty stability and descriptions

* trim trailing (repeated) periods in the description

* manual formatting of some proper nouns; simplify the license header

* update metrics file with concise generated license header

* revert special formatting logic for JVM and ASPNETCore

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Damien Mathieu <42@dmathieu.com>

---------

Co-authored-by: Robert Pająk <pellared@hotmail.com>
Co-authored-by: Sam Xie <sam@samxie.me>
Co-authored-by: Damien Mathieu <42@dmathieu.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2024-04-04 14:04:18 -07:00
..
attribute_group.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
doc.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
event.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
exception.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
metric.go semconv: Add metric generation (#4880) 2024-04-04 14:04:18 -07:00
README.md Add READMEs to every package (#5103) 2024-03-26 20:13:54 +01:00
resource.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
schema.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
trace.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00

Semconv v1.24.0

PkgGoDev