Skip to content

Issues: DataDog/saluki

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Add support for blocking specific metrics ingested through DogStatsD. area/components Sources, transforms, and destinations. area/config Configuration. effort/simple Involves trivial changes that should be fine so long as the code compiles and tests pass. source/dogstatsd DogStatsD source. type/chore Updates to dependencies or general "administrative" tasks necessary to maintain the codebase/repo.
#397 opened Dec 16, 2024 by tobz
Add support for namespacing metrics ingested through DogStatsD. area/components Sources, transforms, and destinations. area/config Configuration. effort/simple Involves trivial changes that should be fine so long as the code compiles and tests pass. source/dogstatsd DogStatsD source. type/chore Updates to dependencies or general "administrative" tasks necessary to maintain the codebase/repo.
#396 opened Dec 16, 2024 by tobz
Add support for blanket enriching metrics ingested through DogStatsD with additional tags. area/components Sources, transforms, and destinations. area/config Configuration. effort/simple Involves trivial changes that should be fine so long as the code compiles and tests pass. source/dogstatsd DogStatsD source. type/chore Updates to dependencies or general "administrative" tasks necessary to maintain the codebase/repo.
#395 opened Dec 16, 2024 by tobz
Add support for sending host tags for a period of time after start up. area/components Sources, transforms, and destinations. area/config Configuration. effort/intermediate Involves changes that can be worked on by non-experts but might require guidance. transform/host-enrichment Host Enrichment synchronous transform. type/enhancement An enhancement in functionality or support.
#388 opened Dec 13, 2024 by tobz ADP v0.3: Production Bound
Add support for disabling DogStatsD payloads from being forwarded. area/components Sources, transforms, and destinations. area/config Configuration. effort/intermediate Involves changes that can be worked on by non-experts but might require guidance. source/dogstatsd DogStatsD source. type/enhancement An enhancement in functionality or support.
#387 opened Dec 13, 2024 by tobz
Revisit payload splitting strategy for Datadog Metrics destination. area/memory Memory bounds and memory management. destination/datadog-metrics Datadog Metrics destination. effort/intermediate Involves changes that can be worked on by non-experts but might require guidance. type/enhancement An enhancement in functionality or support.
#327 opened Nov 15, 2024 by tobz
Consider augmenting the global memory limiter with support for cgroups memory pressure events. area/memory Memory bounds and memory management. effort/intermediate Involves changes that can be worked on by non-experts but might require guidance. type/enhancement An enhancement in functionality or support. type/meta Things that can't be neatly categorized and/or aren't yet fully-formed ideas/thoughts.
#312 opened Nov 8, 2024 by tobz
Make listen address for administrative API configurable. area/observability Internal observability of ADP and Saluki. effort/simple Involves trivial changes that should be fine so long as the code compiles and tests pass. good first issue Good for newcomers type/chore Updates to dependencies or general "administrative" tasks necessary to maintain the codebase/repo.
#309 opened Nov 7, 2024 by tobz
Ensure we bundle a copy of every license used by 3rd-party dependencies into our container image. area/ci CI/CD, automated testing, etc. effort/simple Involves trivial changes that should be fine so long as the code compiles and tests pass. good first issue Good for newcomers type/chore Updates to dependencies or general "administrative" tasks necessary to maintain the codebase/repo.
#308 opened Nov 7, 2024 by tobz
Consider caching/resolving metric metadata in the same way as contexts. area/core Core functionality, event model, etc. effort/intermediate Involves changes that can be worked on by non-experts but might require guidance. type/meta Things that can't be neatly categorized and/or aren't yet fully-formed ideas/thoughts.
#262 opened Oct 9, 2024 by tobz
Ensure DogStatsD source has full support for Origin Detection. area/components Sources, transforms, and destinations. effort/simple Involves trivial changes that should be fine so long as the code compiles and tests pass. good first issue Good for newcomers source/dogstatsd DogStatsD source. type/chore Updates to dependencies or general "administrative" tasks necessary to maintain the codebase/repo.
#189 opened Aug 15, 2024 by tobz
1 task
ADP v0.3: Production Bound
Consider if we should always enforce/check for FIPS compliance during TLS initialization. area/ci CI/CD, automated testing, etc. area/core Core functionality, event model, etc. effort/intermediate Involves changes that can be worked on by non-experts but might require guidance. type/meta Things that can't be neatly categorized and/or aren't yet fully-formed ideas/thoughts.
#183 opened Aug 13, 2024 by tobz
Allow configuring the TLS handshake timeout for HTTP clients. area/io General I/O and networking. effort/intermediate Involves changes that can be worked on by non-experts but might require guidance. status/blocked Blocked on another issue or upstream dependency. type/enhancement An enhancement in functionality or support.
#178 opened Aug 12, 2024 by tobz
Investigate control plane interface needed to interoperate with the Datadog Agent. area/core Core functionality, event model, etc. effort/complex Involves complicated changes that require guidance and careful review. type/meta Things that can't be neatly categorized and/or aren't yet fully-formed ideas/thoughts.
#164 opened Aug 8, 2024 by tobz
Add support for remapping metrics based on a conservative set of transformation operations. area/components Sources, transforms, and destinations. effort/complex Involves complicated changes that require guidance and careful review. type/enhancement An enhancement in functionality or support.
#163 opened Aug 8, 2024 by tobz ADP v0.3: Production Bound
Add support for External Data-based origin detection in the DogStatsD codec. area/components Sources, transforms, and destinations. effort/intermediate Involves changes that can be worked on by non-experts but might require guidance. good first issue Good for newcomers source/dogstatsd DogStatsD source. type/enhancement An enhancement in functionality or support.
#162 opened Aug 8, 2024 by tobz ADP v0.3: Production Bound
Support mutation of tags in a memory efficient way. area/core Core functionality, event model, etc. area/memory Memory bounds and memory management. effort/complex Involves complicated changes that require guidance and careful review. type/meta Things that can't be neatly categorized and/or aren't yet fully-formed ideas/thoughts.
#127 opened Jul 22, 2024 by tobz ADP v0.3: Production Bound
Add support to Datadog Metrics destination for proxy configuration. area/io General I/O and networking. destination/datadog-metrics Datadog Metrics destination. effort/simple Involves trivial changes that should be fine so long as the code compiles and tests pass. good first issue Good for newcomers type/enhancement An enhancement in functionality or support.
#119 opened Jul 17, 2024 by tobz
Improve resiliency and observability of Datadog Metrics destination, and bolster compatibility with Datadog Agent. area/components Sources, transforms, and destinations. destination/datadog-metrics Datadog Metrics destination. effort/intermediate Involves changes that can be worked on by non-experts but might require guidance. type/enhancement An enhancement in functionality or support.
#114 opened Jul 17, 2024 by tobz
7 of 9 tasks
ADP v0.3: Production Bound
Experiment with alternative allocators. area/memory Memory bounds and memory management. effort/intermediate Involves changes that can be worked on by non-experts but might require guidance. type/meta Things that can't be neatly categorized and/or aren't yet fully-formed ideas/thoughts.
#51 opened May 16, 2024 by tobz
ProTip! Follow long discussions with comments:>50.