1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-12 02:28:07 +02:00
opentelemetry-go/metric/instrument
Tyler Yahn 6eb1157b45
Update metric API documentation (#3896)
* Update metric API documentation

Remove the warning on otel/metric not being GA.

Document the otel/metric and otel/metric/instrument package for
instrumenters.

* Remove unrendered links in MeterProvider.Meter doc

* Clarify synchronous and asynchronous

* Fix misspelling

* Update metric/instrument/doc.go

Co-authored-by: Robert Pająk <pellared@hotmail.com>

* Update metric/instrument/doc.go

Co-authored-by: Robert Pająk <pellared@hotmail.com>

* Update metric/instrument/doc.go

Co-authored-by: Robert Pająk <pellared@hotmail.com>

* Update metric/instrument/doc.go

Co-authored-by: Robert Pająk <pellared@hotmail.com>

* Apply feedback

* Apply suggestions from code review

Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>

---------

Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com>
Co-authored-by: Robert Pająk <pellared@hotmail.com>
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
2023-03-20 13:35:26 -07:00
..
asyncfloat64_test.go Remove Synchronous and rename Asynchronous (#3892) 2023-03-20 13:26:17 -07:00
asyncfloat64.go Remove Synchronous and rename Asynchronous (#3892) 2023-03-20 13:26:17 -07:00
asyncint64_test.go Remove Synchronous and rename Asynchronous (#3892) 2023-03-20 13:26:17 -07:00
asyncint64.go Remove Synchronous and rename Asynchronous (#3892) 2023-03-20 13:26:17 -07:00
doc.go Update metric API documentation (#3896) 2023-03-20 13:35:26 -07:00
instrument.go Remove Synchronous and rename Asynchronous (#3892) 2023-03-20 13:26:17 -07:00
syncfloat64_test.go Deprecate metric/unit and use a string for units in the metric API/SDK (#3776) 2023-02-27 08:10:56 -08:00
syncfloat64.go Remove Synchronous and rename Asynchronous (#3892) 2023-03-20 13:26:17 -07:00
syncint64_test.go Deprecate metric/unit and use a string for units in the metric API/SDK (#3776) 2023-02-27 08:10:56 -08:00
syncint64.go Remove Synchronous and rename Asynchronous (#3892) 2023-03-20 13:26:17 -07:00