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/mezmoexporter] Add the Mezmo Log exporter #9743

Merged
merged 40 commits into from
May 17, 2022
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
a5a0553
Added implementation of Mezmo Log exporter.
billmeyer Apr 21, 2022
a8d278e
Additional files to prepare for PR to contrib
billmeyer Apr 25, 2022
6f84046
Initial revision
billmeyer May 2, 2022
ca53986
Changes to support batching of log uploads to not exceed maximum allo…
billmeyer May 2, 2022
cb33fa1
Update exporter/mezmoexporter/exporter.go
billmeyer May 6, 2022
2437732
Update exporter/mezmoexporter/exporter.go
billmeyer May 6, 2022
2e97954
Update exporter/mezmoexporter/exporter.go
billmeyer May 6, 2022
298b043
Update exporter/mezmoexporter/exporter.go
billmeyer May 6, 2022
97ab240
Update exporter/mezmoexporter/exporter.go
billmeyer May 6, 2022
20473d4
Update exporter/mezmoexporter/exporter.go
billmeyer May 6, 2022
43298f0
Added the appropriate code owners the the Mezmo Exporter
billmeyer May 6, 2022
356f79a
Moved test functions to test file
billmeyer May 6, 2022
257979e
Cleaned up README and standardized URLs across examples
billmeyer May 6, 2022
c6a2af1
Cleanup to remove commented code and non-exported functions
billmeyer May 6, 2022
067e03a
Merge branch 'mezmo-exporter' of https://github.com/billmeyer/opentel…
billmeyer May 6, 2022
583ec71
Fixed a typo
billmeyer May 6, 2022
670c7b4
Added TODO entry for removing hostname from the HTTP POST when it's n…
billmeyer May 6, 2022
0c8fa40
Removed year from the Copyright header
billmeyer May 10, 2022
2b762a3
Fixed a typo in the mezmo exporter definition
billmeyer May 10, 2022
6000ce6
Made the ingest_url an optional configuration with a known default va…
billmeyer May 10, 2022
6158c61
Changes to enable a default ingest URL as well as allow an override f…
billmeyer May 10, 2022
8a27a6f
Updates from rm -fr go.sum
billmeyer May 10, 2022
3d7d190
Merge branch 'main' into mezmo-exporter
billmeyer May 10, 2022
e1a7fe9
Added new Mezmo Exporter component
billmeyer May 11, 2022
634744d
Merge branch 'mezmo-exporter' of https://github.com/billmeyer/opentel…
billmeyer May 11, 2022
a938fb5
Added return value checks for some tests
billmeyer May 11, 2022
e6dae93
Removed some unneeded code from the last merge
billmeyer May 11, 2022
214d563
Reverted the release version to unreleased
billmeyer May 11, 2022
69cb016
Proper version for the new component
billmeyer May 11, 2022
2599e98
Applied make goporto updates
billmeyer May 11, 2022
9af6b95
Fixed a unit test case for the default config test
billmeyer May 11, 2022
c4bf367
Merge branch 'main' into mezmo-exporter
billmeyer May 12, 2022
e7c6377
Bumped the version number for the go.opentelemetry.io/collector versions
billmeyer May 12, 2022
6439b19
Module updates for latest release
billmeyer May 12, 2022
e29d446
Removed the newrelicexporter as it has been removed
billmeyer May 12, 2022
c083234
Merge branch 'main' into mezmo-exporter
billmeyer May 13, 2022
6af0966
Merge branch 'main' into mezmo-exporter
billmeyer May 14, 2022
19c90e9
Updates from the latest make gotidy for the merge to main
billmeyer May 16, 2022
91b596c
Pulled semconv from go.opentelemetry.io/collector/semconv instead of …
billmeyer May 16, 2022
ffd54c5
Moved the mezmo new component under Unreleased and fixed the associat…
billmeyer May 17, 2022
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
Added new Mezmo Exporter component
  • Loading branch information
billmeyer committed May 11, 2022
commit e1a7fe9cb87f0e9a6b729576233bffc94709fcc3
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- `iisreceiver`: Add implementation of IIS Metric Receiver (#8832)
- `sqlserverreceiver`: Add implementation of SQL Server Metric Receiver (#8398)
- `activedirectorydsreceiver`: Add implementation of Active Directory Domain Services metric receiver (#9359)
- `mezmoexporter`: Add implementation of Mezmo Log exporter (#9599)
billmeyer marked this conversation as resolved.
Show resolved Hide resolved

### 💡 Enhancements 💡
- `pkg/translator/prometheusremotewrite`: Allow to disable sanitize metric labels (#8270)
Expand Down