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

Support collecting time series data on JVM runtime duration #9750

Closed
AnyuZhao opened this issue Oct 24, 2023 · 7 comments
Closed

Support collecting time series data on JVM runtime duration #9750

AnyuZhao opened this issue Oct 24, 2023 · 7 comments
Labels
enhancement New feature or request needs triage New issue that requires triage

Comments

@AnyuZhao
Copy link

Is your feature request related to a problem? Please describe.

Runtime-metrics only support time series data related to GC or memory. I am looking for time series data on JVM runtime duration.

Describe the solution you'd like

is there some instrumentation can support time series data on JVM runtime duration.

Describe alternatives you've considered

No response

Additional context

No response

@AnyuZhao AnyuZhao added enhancement New feature or request needs triage New issue that requires triage labels Oct 24, 2023
@laurit
Copy link
Contributor

laurit commented Oct 24, 2023

Could you elaborate what do you mean by time series data on JVM runtime duration.

@laurit laurit added the needs author feedback Waiting for additional feedback from the author label Oct 24, 2023
@AnyuZhao
Copy link
Author

My expression is a bit inaccurate. it's mean duration of JVM process execution

@github-actions github-actions bot removed the needs author feedback Waiting for additional feedback from the author label Oct 24, 2023
@trask
Copy link
Member

trask commented Oct 24, 2023

are you looking for "uptime"? (see related open-telemetry/oteps#185)

@AnyuZhao
Copy link
Author

@trask yes, i'm lookingprocess.uptime from intrumentation module, I want to know which instrumentation implements process.uptime?

@trask
Copy link
Member

trask commented Oct 26, 2023

there's no process.uptime metric yet defined in semantic conventions

@Jojoooo1
Copy link

Jojoooo1 commented Aug 6, 2024

Any plan on including process.uptime as it now seems to be defined (and recommended) in https://github.com/open-telemetry/semantic-conventions/blob/main/docs/system/process-metrics.md#metric-processuptime ?

@laurit
Copy link
Contributor

laurit commented Aug 7, 2024

Currently we only implement jvm runtime metrics https://opentelemetry.io/docs/specs/semconv/runtime/jvm-metrics/ I'm not aware of any ongoing effort to add this metric. Usually we rely on contributors to submit such PRs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage New issue that requires triage
Projects
None yet
Development

No branches or pull requests

4 participants