Skip to content

Commit

Permalink
update metric: meter_java_agent_tracing_context_execution_time_percen…
Browse files Browse the repository at this point in the history
…tile.
  • Loading branch information
CzyerChen committed Sep 15, 2024
1 parent f2f22e5 commit 1a219fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/setup/backend/dashboards-so11y-java-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Self observability monitoring provides monitoring of the runtime performance of
| Count Per Minute | meter_java_agent_finished_ignored_context_count | Finished Ignored Context Count (Per Minute) | SkyWalking Java Agent |
| Count Per Minute | meter_java_agent_possible_leaked_context_count | Possible Leak Context Count (Per Minute) | SkyWalking Java Agent |
| Count Per Minute | meter_java_agent_interceptor_error_count | Interceptor Error Count (Per Minute) | SkyWalking Java Agent |
| ms | meter_java_agent_tracing_context_execution_time_percentile | Tracing Context Execution Time (ms) | SkyWalking Java Agent |
| ns | meter_java_agent_tracing_context_execution_time_percentile | Tracing Context Execution Time (ns) | SkyWalking Java Agent |

## Customizations
You can customize your own metrics/expression/dashboard panel.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"title": "Tracing Context Execution time (ms)"
},
"expressions": [
"relabels(meter_java_agent_tracing_context_execution_time_percentile,p='50,75,90,95,99',p='50,75,90,95,99')"
"relabels(meter_java_agent_tracing_context_execution_time_percentile,p='50,75,90,95,99',p='50,75,90,95,99')/1000000"
]
}
],
Expand Down

0 comments on commit 1a219fc

Please sign in to comment.