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

Mx51 feature/uds support #167

Open
wants to merge 63 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
275fcb1
initial draft for uds support
sebcante Sep 14, 2020
54c9f6e
initial draft for uds support
sebcante Sep 14, 2020
91731bf
review pr
sebcante Sep 14, 2020
8a1ca58
review pr
sebcante Sep 14, 2020
969fe44
more docs
sebcante Sep 14, 2020
46084cb
fixes #124
Jan 4, 2021
b2bb979
tagsBuffer: Sort only if needed
tysonmote Feb 9, 2021
dee5f71
Largely cleanup for fmt and linter warnings. (#127)
Feb 11, 2021
fc52212
add comment about Clock duration unit reported to datadog
Mar 5, 2021
367a46f
Fix use of reflect.StringHeader in prometheus/metric.go (#133)
bhavanki Aug 12, 2021
55927e9
Support Datadog distribution metric type (#132)
bhavanki Aug 12, 2021
f2f0b58
Add github workflow
Pryz Apr 29, 2022
66247c7
Disabling influxdb client test
Pryz Apr 29, 2022
abba0e8
Add golangci
Pryz Apr 30, 2022
a914c9c
rename
Pryz Apr 30, 2022
6d406e4
don't run golangci-lint against all PR yet
Pryz Apr 30, 2022
d64705c
main -> master
Pryz Apr 30, 2022
e43ec51
Add an OpenTelemetry handler
Pryz Apr 29, 2022
a3d6e3b
Review feedback
Pryz Apr 29, 2022
036a33f
update doc
Pryz May 2, 2022
1b4a516
add user-agent
Pryz May 2, 2022
7333338
feedback 2
Pryz May 2, 2022
f485775
add disclaimer
Pryz May 3, 2022
088dc63
Add stretcher/testify
boggsboggs Sep 14, 2022
dbfafe5
Add FilteredHandler
boggsboggs Sep 14, 2022
5ddd175
Refactor AppendMeasureFiltered into a serializer method named AppendM…
boggsboggs Sep 14, 2022
d504d6d
Move serializer from client.go into measure.go and reorder functions;…
boggsboggs Sep 14, 2022
7abc8ce
Rename measure.go -> serializer.go
boggsboggs Sep 14, 2022
6b680ea
Add UseDistibutions to datadog client config
boggsboggs Sep 14, 2022
9c4efeb
Apply comment change suggestions from code review
boggsboggs Oct 13, 2022
a2609ef
Code review comment changes
boggsboggs Oct 13, 2022
67beb8d
Remove filteredHandler len == 0 short circuit
boggsboggs Oct 13, 2022
c5616a4
Create dedicated go module for otlp exporter
Pryz Nov 15, 2022
fc2a57d
resolve conflicts
Pryz Nov 15, 2022
7f9502b
procstats/linux: finish function renames
extemporalgenome Jul 16, 2023
a1383f2
update github workflows to supported Go versions
extemporalgenome Jul 15, 2023
d5cea37
fix dependabot issues
extemporalgenome Jul 16, 2023
dfabf88
tag.go: conventional test naming.
extemporalgenome Jul 15, 2023
cce81da
tag.go: use slices package Sort functionality
extemporalgenome Jul 15, 2023
3d9144a
SortTags deduplicates, uses slices.SortStable
extemporalgenome Jul 15, 2023
14da84f
tag.go: improve doc comments regarding tag name duplicates.
extemporalgenome Jul 18, 2023
8a613b0
switch all main-ish branch references to be literally main
extemporalgenome Jul 18, 2023
30ac2fb
.golangci.yml: disable broken linter
extemporalgenome Jul 18, 2023
9d6801f
golangci-lint run --fix
extemporalgenome Jul 18, 2023
60825ce
hand-fix some linting issues
extemporalgenome Jul 18, 2023
ec5f791
just use errgroup instead of reinventing an errgroup
extemporalgenome Jul 18, 2023
08addf6
Update context.go
extemporalgenome Jul 19, 2023
ee51337
syscall.Sysinfo returns an uint32 on linux/arm, but uint64 otherwise
noctarius Aug 14, 2023
71ef609
README.md: spacing fixes
extemporalgenome Sep 28, 2023
e965d2b
fix: update the x/exp package, and updated tagIsLess function (#152)
needcaffeine Sep 28, 2023
0154449
update testify to v1.8.1 to fix snyk issue (#142)
erikdw Sep 28, 2023
b1acd0a
Update to latest fasthash dep (#130)
Sep 28, 2023
ee98293
Remove CircleCI pipeline yaml (#140)
wdbetts Sep 28, 2023
3a61252
tag: fix build
kevinburkesegment Dec 6, 2023
b577f9f
procstats/linux: skip tests if /sys not available
kevinburkesegment Dec 7, 2023
58d0f83
.github: update CI runner
kevinburkesegment Jun 19, 2024
a16086e
procstats: fix tests on Macs
kevinburkesegment Jun 19, 2024
3bdf434
datadog: fix race in test
kevinburkesegment Jun 19, 2024
b1c6825
.github: ensure golangci-lint runs on PR's as well
kevinburkesegment Jun 21, 2024
8c593af
all: fix lint issues
kevinburkesegment Jun 21, 2024
ce6ec28
go.mod: update dependabot
kevinburkesegment Jun 21, 2024
c696754
docker-compose.yml: specify AMD64 platform (#166)
kevinburkesegment Jul 16, 2024
0f4933a
engine: add AllowDuplicates flag that skips tag duplicate removal log…
sungjujin Jul 18, 2024
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
.github: update CI runner
Builds are currently failing because something is running Node 16
which is no longer supported.
kevinburkesegment committed Sep 9, 2024
commit 58d0f833703f2717c86fc244c586160796712beb
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -17,10 +17,10 @@ jobs:
runs-on: ${{ matrix.label }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Go (${{ matrix.go }})
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

8 changes: 4 additions & 4 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
@@ -16,13 +16,13 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '>=1.20'

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: golangci-lint
uses: golangci/golangci-lint-action@v3.1.0
uses: golangci/golangci-lint-action@v6.0.1
with:
version: v1.53
version: v1.59.1