-
Notifications
You must be signed in to change notification settings - Fork 3
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
Label
Projects
Milestones
Assignee
Sort
Issues list
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
Add support to pull the configured memory limit from the environment (a la cgroups).
area/config
Configuration.
area/memory
Memory bounds and memory management.
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.
#310
opened Nov 7, 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
Investigate Dual Shipping's sequential behavior
area/components
Sources, transforms, and destinations.
destination/datadog-metrics
Datadog Metrics destination.
type/chore
Updates to dependencies or general "administrative" tasks necessary to maintain the codebase/repo.
#296
opened Nov 1, 2024 by
rayz
Add full histogram support for DogStatD.
area/components
Sources, transforms, and destinations.
area/core
Core functionality, event model, etc.
destination/datadog-metrics
Datadog Metrics destination.
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.
#270
opened Oct 19, 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.
Ensure DogStatsD source has correct behavior.
area/components
Sources, transforms, and destinations.
effort/intermediate
Involves changes that can be worked on by non-experts but might require guidance.
source/dogstatsd
DogStatsD source.
type/chore
Updates to dependencies or general "administrative" tasks necessary to maintain the codebase/repo.
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.
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.
Check for any differences in behavior between DDSketch implementation in Saluki and Datadog Agent.
area/core
Core functionality, event model, etc.
effort/intermediate
Involves changes that can be worked on by non-experts but might require guidance.
good first issue
Good for newcomers
type/chore
Updates to dependencies or general "administrative" tasks necessary to maintain the codebase/repo.
Ensure the correctness of how we process metrics over DogStatsD.
area/components
Sources, transforms, and destinations.
area/io
General I/O and networking.
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.
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.
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
How do we emit internal telemetry that works with existing Datadog Agent operational tooling?
area/observability
Internal observability of ADP and Saluki.
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.
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.
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!
Mix and match filters to narrow down what you’re looking for.