Skip to content

Commit

Permalink
Fix go lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
psx95 committed Jun 2, 2023
1 parent 27f78e7 commit 1ec3cea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/metric/collector/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ func newObservedFloat(v float64) *observedFloat {
// Export OTLP metrtics using the otlpmetrichttp exporter.
// This example is used to demostrate how to use the collector approach to export metrics to Google Cloud.
func main() {

ctx := context.Background()
exp, err := otlpmetrichttp.New(ctx, otlpmetrichttp.WithInsecure())
if err != nil {
Expand Down

0 comments on commit 1ec3cea

Please sign in to comment.