-
Notifications
You must be signed in to change notification settings - Fork 13
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
Audit Compliance GDI specification v1.6.0: Behaviors #977
Comments
✅ https://github.com/signalfx/splunk-otel-js/blob/main/src/profiling/index.ts#L248-L250
❌ Node.js samples at 1 second intervals due to only single thread being used. The 10 second interval was meant for cases where threads might exist to limit the amount of data.
✅ Not applicable.
✅ The sampling code path is minimal.
✅ Not applicable.
✅ Not applicable.
✅ Not applicable.
✅ https://github.com/signalfx/splunk-otel-js/blob/main/src/native_ext/profiling.cpp#L575-L581
✅ Association is timestamp based, we track span activations.
❌ This doesn't really make sense as a log record contains the whole serialized protobuf, which contains multiple samples, each has their association in the labels.
✅ https://github.com/signalfx/splunk-otel-js/blob/main/src/profiling/OtlpHttpProfilingExporter.ts#L111
✅ https://github.com/signalfx/splunk-otel-js/blob/main/src/profiling/OtlpHttpProfilingExporter.ts#L76
✅ Connections are handled by the JS SDK, not applicable to our distro. |
This comment was marked as resolved.
This comment was marked as resolved.
GDI spec issue created:
GDI spec issue created: |
All blockers closed. Closing this issue. |
Review compliance against https://github.com/signalfx/gdi-specification/blob/v1.6.0/specification/behaviors.md
The text was updated successfully, but these errors were encountered: