Skip to content

Opentelemetry java agent not producing http_server_request_duration_seconds and http_client_request_duration_seconds on ARM architecture, Linux or Macbook with M series chipset #5801

Opentelemetry java agent not producing http_server_request_duration_seconds and http_client_request_duration_seconds on ARM architecture, Linux or Macbook with M series chipset

Opentelemetry java agent not producing http_server_request_duration_seconds and http_client_request_duration_seconds on ARM architecture, Linux or Macbook with M series chipset #5801

name: Issue management - remove labels as needed
on:
issue_comment:
types: [created]
jobs:
issue_comment:
if: >
contains(github.event.issue.labels.*.name, 'needs author feedback') &&
github.event.comment.user.login == github.event.issue.user.login
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Remove labels
env:
ISSUE_NUMBER: ${{ github.event.issue.number }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh issue edit --remove-label "needs author feedback" $ISSUE_NUMBER
gh issue edit --remove-label "stale" $ISSUE_NUMBER