Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[exporter/datasetexporter]: Initial implementation of logs and traces #21815

Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
fd8ee6c
[exporter/datasetexporter]: Add support for sending logs
martin-majlis-s1 May 5, 2023
b40524b
Merge branch 'main' into issue-20660-datasetexporter-logs-initial-code
martin-majlis-s1 May 10, 2023
ddccebe
Fix gci issues
martin-majlis-s1 May 11, 2023
d4f666a
Fix another batch of lint errors
martin-majlis-s1 May 11, 2023
ed1da0f
Regenerate metadata
martin-majlis-s1 May 11, 2023
8b0fc15
Change nanoseconds from int to string
martin-majlis-s1 May 11, 2023
62defb9
Remove changes in go.sum files
martin-majlis-s1 May 11, 2023
83aae30
Update exporter/datasetexporter/examples/e2e/README.md
martin-majlis-s1 May 12, 2023
da0c5f4
Update exporter/datasetexporter/traces_exporter.go
martin-majlis-s1 May 12, 2023
456cd94
Incorporate suggestions from the PR
martin-majlis-s1 May 12, 2023
24e803c
Merge branch 'main' into issue-20660-datasetexporter-logs-traces-init…
martin-majlis-s1 May 12, 2023
0af59fa
Use dataset-go library version 0.0.7
martin-majlis-s1 May 12, 2023
8eb3d5b
Add Changelog entry
martin-majlis-s1 May 12, 2023
539d90b
Run `make` and fix all issues
martin-majlis-s1 May 12, 2023
c9bfc0c
Add support for making aggregation configurable
martin-majlis-s1 May 12, 2023
fa2d4c3
Update syntax in the README
martin-majlis-s1 May 12, 2023
d73e26c
Merge branch 'main' into issue-20660-datasetexporter-logs-traces-init…
martin-majlis-s1 May 15, 2023
c0b439c
Fix go.mod in otelcontribcol
martin-majlis-s1 May 15, 2023
73e9ab6
Fix go.sum in datasetexporter
martin-majlis-s1 May 15, 2023
740f7fe
Fix go.sum for otelcontribcol
martin-majlis-s1 May 15, 2023
9900a05
Fix make goporto
martin-majlis-s1 May 15, 2023
bb30197
Run make crosslink
martin-majlis-s1 May 15, 2023
ecb09ec
Run make gotidy to pass another check
martin-majlis-s1 May 15, 2023
fcb384d
Update readme for example
martin-majlis-s1 May 15, 2023
050cf54
Rename docker-compose.yml to yaml
martin-majlis-s1 May 15, 2023
06fd3ab
User lowerCased constant names
martin-majlis-s1 May 15, 2023
27940c2
Merge branch 'main' into issue-20660-datasetexporter-logs-traces-init…
martin-majlis-s1 May 17, 2023
16b34d1
Remove examples
martin-majlis-s1 May 17, 2023
f4e2dbf
Run make crosslink
martin-majlis-s1 May 17, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update exporter/datasetexporter/examples/e2e/README.md
Co-authored-by: Antoine Toulme <[email protected]>
  • Loading branch information
martin-majlis-s1 and atoulme committed May 12, 2023
commit 83aae302474fd88a7075562930088bab479dd35b
2 changes: 1 addition & 1 deletion exporter/datasetexporter/examples/e2e/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# E2E Example

This is simple example that demonstrates how to use open telemetry collector with `DataSetExporter`.
This is a simple example that demonstrates how to use the OpenTelemetry collector with `DataSetExporter`.

## How To Use It

Expand Down