Skip to content

Commit 587c2e7

Browse files
feat(metrics): support Datadog metric origin metadata (vectordotdev#18405)
* add the new origin metadata to the EventMetadata * set OriginService in log_to_metric transform * decode unknown protobuf fields with protofish * experiment with parsing the Origin metadata field by specifying in the proto * start adding the metadata to the series in dd metrics sink * add logic for setting the non-pass through metadata in dd metrics sink * add tests, implement for sketches * touch up * cleanup * doc * typo * fix transform unit tests * check events * remove internal/deprecated fields * docs * feedback ds: static str * feedback ds and js * delete * review feedback * pass origin metadata in vector proto * fix issue with native codec unit test. add breaking change deprecation notice * check fmt/markdown * restore json * Revert "restore json" This reverts commit e46319b. * make metric series proto backwards compatible * comment out test for functionality that is broken * check events * update patch files * Revert "make metric series proto backwards compatible" This reverts commit b4190b2. * add the GH issue to the TODO * whitespace in proto * gitattribute * feedback --------- Co-authored-by: Doug Smith <[email protected]>
1 parent d8f36e4 commit 587c2e7

File tree

2,055 files changed

+1802
-1128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,055 files changed

+1802
-1128
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ Makefile linguist-detectable=false
1111

1212
distribution/helm/*/charts/*.tgz filter=lfs diff=lfs merge=lfs -text
1313

14+
lib/codecs/tests/data/** linguist-generated=true
1415
tests/helm-snapshots/**/snapshot.yaml linguist-generated=true

lib/codecs/tests/data/native_encoding/README.md

+21-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/codecs/tests/data/native_encoding/json/0000.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/codecs/tests/data/native_encoding/json/0001.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/codecs/tests/data/native_encoding/json/0002.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/codecs/tests/data/native_encoding/json/0003.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/codecs/tests/data/native_encoding/json/0004.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/codecs/tests/data/native_encoding/json/0005.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/codecs/tests/data/native_encoding/json/0006.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/codecs/tests/data/native_encoding/json/0007.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)