1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/metric
Pulak Kanti Bhowmick f172db89a1
handle err in metric example test (#4462)
* fix type in metric example test

Signed-off-by: Pulak Kanti Bhowmick <pkbhowmick007@gmail.com>

* handle error in metric example test

Signed-off-by: Pulak Kanti Bhowmick <pkbhowmick007@gmail.com>

* update counter example

Signed-off-by: Pulak Kanti Bhowmick <pkbhowmick007@gmail.com>

* handle the err only

Signed-off-by: Pulak Kanti Bhowmick <pkbhowmick007@gmail.com>

---------

Signed-off-by: Pulak Kanti Bhowmick <pkbhowmick007@gmail.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2023-08-28 10:23:18 -07:00
..
embedded Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
noop Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
asyncfloat64_test.go Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
asyncfloat64.go Document how to pass attributes for all record methods (#4058) 2023-05-09 08:07:39 -07:00
asyncint64_test.go Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
asyncint64.go Document how to pass attributes for all record methods (#4058) 2023-05-09 08:07:39 -07:00
config_test.go Accept scope attributes during Meter creation (#3738) 2023-02-17 10:00:19 -08:00
config.go Accept scope attributes during Meter creation (#3738) 2023-02-17 10:00:19 -08:00
doc.go Add measurement docs to metric API (#4053) 2023-05-10 06:43:37 -07:00
example_test.go handle err in metric example test (#4462) 2023-08-28 10:23:18 -07:00
go.mod Release v1.17.0/v0.40.0/v0.0.5 (#4464) 2023-08-28 07:50:03 -07:00
go.sum dependabot updates Mon Jun 5 09:32:52 UTC 2023 (#4198) 2023-06-05 11:41:23 +02:00
instrument_test.go styleguide: tests goroutine leaks and naming (#4348) 2023-07-24 09:35:06 +02:00
instrument.go metric: Recommend defining units in UCUM (#4418) 2023-08-08 14:16:58 +02:00
meter.go Document f in RegisterCallback needs to be concurrent safe (#4251) 2023-06-27 14:27:18 -07:00
syncfloat64_test.go Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
syncfloat64.go Document how to pass attributes for all record methods (#4058) 2023-05-09 08:07:39 -07:00
syncint64_test.go Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
syncint64.go Document how to pass attributes for all record methods (#4058) 2023-05-09 08:07:39 -07:00