1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/exporters/otlp/otlpmetric
Aaron Clawson 8d0b098602 Creates a internal facing logging interface
This is a simple loggin interface to be used interally for the sdk.
Included is an exmaple in `namedtracer` run:
```
cd example/namedtracer
go run . >/dev/null
```
2021-11-12 15:23:18 +00:00
..
internal Add vanity imports to internal packages (#2280) 2021-10-29 09:34:37 -07:00
otlpmetricgrpc Creates a internal facing logging interface 2021-11-12 15:23:18 +00:00
otlpmetrichttp Creates a internal facing logging interface 2021-11-12 15:23:18 +00:00
clients.go OTLP metrics gRPC exporter (#1991) 2021-06-11 13:25:56 -07:00
exporter_test.go Metrics: Rename sdk/export/metric.ExportKind to aggregation.Temporality (#2274) 2021-10-15 11:18:36 -07:00
exporter.go Metrics: Rename sdk/export/metric.ExportKind to aggregation.Temporality (#2274) 2021-10-15 11:18:36 -07:00
go.mod Upgrade packages (#2378) 2021-11-11 15:33:55 -08:00
go.sum Creates a internal facing logging interface 2021-11-12 15:23:18 +00:00
options.go Metrics: Rename sdk/export/metric.ExportKind to aggregation.Temporality (#2274) 2021-10-15 11:18:36 -07:00