Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
7371927
feat(logs): add OTTL and jq log-filtering processing rules (squashed,…
rhy988 Jul 18, 2026
9f2958f
chore: go-mod-tidy + gazelle regen after re-rebasing OTTL+jq benchmar…
rhy988 Jul 18, 2026
17a192d
feat(logs): combine OTTL, jq, and VRL log-filtering processing rules …
rhy988 Jul 18, 2026
eb38bb9
chore: go-mod-tidy + gazelle regen after combining OTTL+jq+VRL onto main
rhy988 Jul 18, 2026
5a3ec21
fix(logs): use errors.New instead of fmt.Errorf for non-formatted VRL…
rhy988 Jul 18, 2026
6611647
chore: add missing pkg/logs/vrl replace directive to pkg/security/sec…
rhy988 Jul 18, 2026
9f9e642
chore: regenerate rust licenses + gopls buildtags for vrl
rhy988 Jul 18, 2026
c79d260
chore: label pkg/logs/vrl as used_by_otel in modules.yml
rhy988 Jul 18, 2026
3035a07
chore: regenerate LICENSE-3rdparty.csv to include fastjq
rhy988 Jul 18, 2026
ef2767d
fix(logs): fix clippy error in VRL FFI byte-buffer free helper
rhy988 Jul 20, 2026
7bf6ff8
fix(logs): restore otel-patches/coreinternal vendor fix, wire VRL rus…
rhy988 Jul 20, 2026
ea9c602
chore: add otel-patches/coreinternal replace to all internal module g…
rhy988 Jul 20, 2026
b7f48ad
fix(otel): pin used_by_otel modules' go directive back to 1.25.0
rhy988 Jul 20, 2026
ee5cc28
fix(bazel): fix importpath mismatches and missing testdata BUILD in o…
rhy988 Jul 20, 2026
62d77ad
fix(bazel): pin gazelle-diverging BUILD.bazel attributes with # keep
rhy988 Jul 20, 2026
51b0b53
chore(otel): bump used_by_otel modules' go directive to 1.25.4 per go…
rhy988 Jul 20, 2026
280c8ad
fix(bazel): use canonical repo name for otel-patches/coreinternal sel…
rhy988 Jul 20, 2026
9b75c00
fix(logs): use an absolute destdir for the VRL Rust static lib install
rhy988 Jul 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datadog-agent-gopls",
"version": "1.0.3",
"version": "1.0.4",
"description": "Go LSP (gopls) pre-configured for the datadog-agent repository with build tags and performance flags",
"author": {
"name": "L\u00e9na\u00efc Huard",
Expand All @@ -14,7 +14,7 @@
},
"initializationOptions": {
"build.buildFlags": [
"-tags=cel,clusterchecks,consul,containerd,cri,crio,datadog.no_waf,docker,ec2,etcd,fargateprocess,grpcnotrace,jetson,jmx,kubeapiserver,kubelet,linux_bpf,ncm,netcgo,netgo,no_gogo,npm,nvml,oracle,orchestrator,osusergo,otlp,pcap,podman,python,remove_all_sd,retrynotrace,seclmax,serverless,sharedlibrarycheck,systemd,systemprobechecks,test,trivy,trivy_no_javadb,zk,zlib,zstd",
"-tags=cel,clusterchecks,consul,containerd,cri,crio,datadog.no_waf,docker,ec2,etcd,fargateprocess,grpcnotrace,jetson,jmx,kubeapiserver,kubelet,linux_bpf,ncm,netcgo,netgo,no_gogo,npm,nvml,oracle,orchestrator,osusergo,otlp,pcap,podman,python,remove_all_sd,retrynotrace,seclmax,serverless,sharedlibrarycheck,systemd,systemprobechecks,test,trivy,trivy_no_javadb,vrl,zk,zlib,zstd",
"-buildvcs=false"
],
"formatting.local": "github.com/DataDog/datadog-agent"
Expand Down
Loading
Loading