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

Create opentelemetry-shell-action #42

Open
krzko opened this issue Jul 22, 2022 · 0 comments
Open

Create opentelemetry-shell-action #42

krzko opened this issue Jul 22, 2022 · 0 comments
Labels
feature New feature or request traces Issues realted to traces

Comments

@krzko
Copy link
Owner

krzko commented Jul 22, 2022

Is your feature request related to a problem?

To allow for seamless tracing to take place it would be nice to allow traces to take place behind the scenes, without too much user interaction ala the Jenkins OTEL plugin.

Describe the solution you'd like

name: otel-sh-action-example
on: [push]
jobs:
  awesome-job:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: krzko/opentelemetry-shell-action@v1
        with:
          otlp-exporter-otel-endpoint: 'https://otel.awesomedomain.com:443'
      - run: docker ...
      - run: gcloud ...

Describe alternatives you've considered

Additional context

@krzko krzko added feature New feature or request traces Issues realted to traces labels Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request traces Issues realted to traces
Projects
None yet
Development

No branches or pull requests

1 participant