-
Notifications
You must be signed in to change notification settings - Fork 374
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
repo: mandatory issue templates (AIDM-426) #4235
base: master
Are you sure you want to change the base?
Conversation
Thank you for updating Change log entry section 👏 Visited at: 2024-12-17 23:46:28 UTC |
Datadog ReportBranch report: ❌ 1 Failed (0 Known Flaky), 21970 Passed, 1475 Skipped, 5m 21.27s Total Time ❌ Failed Tests (1)
New Flaky Tests (1)
|
BenchmarksBenchmark execution time: 2024-12-19 00:20:27 Comparing candidate commit 0e3b656 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 31 metrics, 2 unstable metrics. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left one comment, suggesting we keep one of the existing sections, but overall super great work!
Co-authored-by: Marco Costa <[email protected]>
Co-authored-by: Marco Costa <[email protected]>
- type: input | ||
attributes: | ||
label: Gem Name | ||
description: "If your feature request is to add instrumentation support for a Ruby gem please provide the name here" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think "please provide the gem name here" would be more clear.
- type: input | ||
attributes: | ||
label: Gem Version(s) | ||
description: "If your feature request is to add instrumentation support for a Ruby gem please provide the version you use" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also here, "please provide the version of the above gem that you use"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LMKWYT
SECURITY.md
Outdated
|
||
## Supported Versions | ||
|
||
We accept vulnerability submissions for the [currently maintained release](https://github.com/DataDog/dd-trace-rb/releases). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it is clear what "the currently maintained release" is. My understanding is there are at least two since we do maintain both 1.x and 2.x branches. But we don't indicate which releases are maintained on the releases page - it just lists available releases.
I am not sure what the correct wording should be here but I think it would be helpful to provide at least a link to where one can figure out whether a particular release is maintained or not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can make "release" plural:
We accept vulnerability submissions for the
[currently maintained releases](https://github.com/DataDog/dd-trace-rb/releases).
Essentially the visitor visits the releases page, sees that 1.x and 2.x is maintained, and knows not to file a bug report for an issue that they discover in a 0.x release.
All tracers have a releases page so that's the easiest way to ascertain what is current. The Node.js tracer goes further and explicitly maintains a tables of releases and their status but that might be too much to ask of other tracers:
https://github.com/DataDog/dd-trace-js?tab=readme-ov-file#version-release-lines-and-maintenance
**How does `datadog` help you?** | ||
<!-- Optionally, tell us why and how you're using datadog, and what your overall experience with it is! --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I kinda liked this part -- I think it's nice to have a little corner where customers can say "I'm actually quite happy with this, helped with X or Y so far".
It's not strictly related to fixing an issue or a feature request, but it provides a bit of a balance, and it's always optional :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can add it, it's certainly easy to do, but I'm not sure if an issue report is the appropriate place to collect this information. Is it actionable? None of the other tracers ask for it. It's also not Ruby specific.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So... I argue that not everything needs to exist for a purely functional purpose. That's why our offices have great views and cool art on the wall ;)
/me drags over his soap box, gets on top of it
An issue report is often something that can sound quite negative/disappointing. Customers are coming to us and saying "hey, this thing is breaking my app! I'm unable to get this to work! This is not doing what I wanted".
Having this section is an optional opportunity to mix it up a bit. To pause and say "yeah, I've been a very happy user so far, and I use it every day" kinda thing.
Here's 5 examples of customers filling it:
How does datadog help you?
We use it for tracing, logging, CI management and security (
https://github.com/DataDog/dd-trace-rb/issues/4191
)
We are using the Ruby profiler as part of our observability stack to profile Ruby applications. (
https://github.com/DataDog/dd-trace-rb/issues/3853
)
I'm trying to understand a trace with lots of cache spans but can't determine where to improve the application because the span is missing the necessary information. (
https://github.com/DataDog/dd-trace-rb/issues/3808
)
Some great tracing and profiling :) (
https://github.com/DataDog/dd-trace-rb/issues/3804
)
My team and I benefit immensely from Datadog observability! Quick debugging, performance optimization and proactive alerting. (
https://github.com/DataDog/dd-trace-rb/issues/3784
)
To extend our log by helpful information to support customers (
https://github.com/DataDog/dd-trace-rb/issues/3773
)
Could we have tackled these issues without this info? Yeah, most definitely. And yet... it's nice to read these, and sometimes even useful because it hints at the wider use-case!
Every opportunity we have to interact with a customer is an opportunity to open a dialog, to understand what's good and bad about our software, to see how we can make them more successful and also of course to sell our product and brand!
We're not computers, and neither are our customers, so in my humble opinion we shouldn't over-optimize to treat this process like a computational one. This is a conversation, between humans, not an API call between computers!
/me puts away his soapbox and fades away
What does this PR do?
Motivation:
Additional Notes:
Change log entry
None.