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

Telemetry: replace unique ids for resources with a slug #21517

Closed
russorat opened this issue May 19, 2021 · 0 comments · Fixed by #21522
Closed

Telemetry: replace unique ids for resources with a slug #21517

russorat opened this issue May 19, 2021 · 0 comments · Fixed by #21522
Assignees
Labels

Comments

@russorat
Copy link
Contributor

Follow up from #20920

looks like we missed one.

# HELP http_api_request_duration_seconds Time taken to respond to HTTP request
# TYPE http_api_request_duration_seconds histogram
http_api_request_duration_seconds_bucket{handler="platform",method="GET",path="/35bb8d560d.ttf",response_code="200",status="2XX",user_agent="Chrome",le="0.005"} 0
http_api_request_duration_seconds_bucket{handler="platform",method="GET",path="/35bb8d560d.ttf",response_code="200",status="2XX",user_agent="Chrome",le="0.01"} 1
http_api_request_duration_seconds_bucket{handler="platform",method="GET",path="/35bb8d560d.ttf",response_code="200",status="2XX",user_agent="Chrome",le="0.025"} 1
http_api_request_duration_seconds_bucket{handler="platform",method="GET",path="/35bb8d560d.ttf",response_code="200",status="2XX",user_agent="Chrome",le="0.05"} 1
http_api_request_duration_seconds_bucket{handler="platform",method="GET",path="/35bb8d560d.ttf",response_code="200",status="2XX",user_agent="Chrome",le="0.1"} 1
http_api_request_duration_seconds_bucket{handler="platform",method="GET",path="/35bb8d560d.ttf",response_code="200",status="2XX",user_agent="Chrome",le="0.25"} 1
http_api_request_duration_seconds_bucket{handler="platform",method="GET",path="/35bb8d560d.ttf",response_code="200",status="2XX",user_agent="Chrome",le="0.5"} 1
http_api_request_duration_seconds_bucket{handler="platform",method="GET",path="/35bb8d560d.ttf",response_code="200",status="2XX",user_agent="Chrome",le="1"} 1
http_api_request_duration_seconds_bucket{handler="platform",method="GET",path="/35bb8d560d.ttf",response_code="200",status="2XX",user_agent="Chrome",le="2.5"} 1
http_api_request_duration_seconds_bucket{handler="platform",method="GET",path="/35bb8d560d.ttf",response_code="200",status="2XX",user_agent="Chrome",le="5"} 1
http_api_request_duration_seconds_bucket{handler="platform",method="GET",path="/35bb8d560d.ttf",response_code="200",status="2XX",user_agent="Chrome",le="10"} 1
http_api_request_duration_seconds_bucket{handler="platform",method="GET",path="/35bb8d560d.ttf",response_code="200",status="2XX",user_agent="Chrome",le="+Inf"} 1
http_api_request_duration_seconds_sum{handler="platform",method="GET",path="/35bb8d560d.ttf",response_code="200",status="2XX",user_agent="Chrome"} 0.0051192
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants