Skip to content

Commit

Permalink
Alpha branch
Browse files Browse the repository at this point in the history
  • Loading branch information
destrex271 committed Nov 7, 2024
1 parent e2f50c6 commit 4506b16
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions exporter/postgresexporter/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include ../../Makefile.Common
4 changes: 4 additions & 0 deletions exporter/postgresexporter/README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#
<!-- status autogenerated section -->
<!-- end autogenerated section -->

8 changes: 8 additions & 0 deletions exporter/postgresexporter/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

//go:generate mdatagen metadata.yaml

// Package fooreceiver bars.
package postgresexporter// import "github.com/open-telemetry/opentelemetry-collector-contrib/exporter/postgresexporter"

10 changes: 10 additions & 0 deletions exporter/postgresexporter/metadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
type: postgres

status:
class: exporter
stability:
development: [logs, traces]
codeowners:
active: [destrex271]


0 comments on commit 4506b16

Please sign in to comment.