-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[exporter/datasetexporter]: Initial implementation of logs and traces (…
…#21815) * [exporter/datasetexporter]: Add support for sending logs * Fix gci issues * Fix another batch of lint errors * Regenerate metadata * Change nanoseconds from int to string * Remove changes in go.sum files * Update exporter/datasetexporter/examples/e2e/README.md Co-authored-by: Antoine Toulme <[email protected]> * Update exporter/datasetexporter/traces_exporter.go Co-authored-by: Antoine Toulme <[email protected]> * Incorporate suggestions from the PR * Use dataset-go library version 0.0.7 * Add Changelog entry * Run `make` and fix all issues * Add support for making aggregation configurable * Update syntax in the README * Fix go.mod in otelcontribcol * Fix go.sum in datasetexporter * Fix go.sum for otelcontribcol * Fix make goporto * Run make crosslink * Run make gotidy to pass another check * Update readme for example * Rename docker-compose.yml to yaml * User lowerCased constant names * Remove examples * Run make crosslink --------- Co-authored-by: Antoine Toulme <[email protected]>
- Loading branch information
1 parent
3f5370e
commit 5f9fabe
Showing
19 changed files
with
2,039 additions
and
260 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
.chloggen/issue-20660-datasetexporter-logs-traces-initial-code.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' | ||
change_type: enhancement | ||
|
||
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver) | ||
component: datasetexporter | ||
|
||
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). | ||
note: Add support for exporting logs and traces. | ||
|
||
# One or more tracking issues related to the change | ||
issues: [20660] | ||
|
||
# (Optional) One or more lines of additional information to render under the primary note. | ||
# These lines will be padded with 2 spaces and then inserted directly into the document. | ||
# Use pipe (|) for multiline entries. | ||
subtext: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.