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

Cannot display traces using the plugin #551

Closed
vidommet opened this issue Jan 28, 2023 · 4 comments
Closed

Cannot display traces using the plugin #551

vidommet opened this issue Jan 28, 2023 · 4 comments

Comments

@vidommet
Copy link

What happened:
We upload our traces to Azure Data Explorer and are using the plugin to pull the data into Grafana. We are trying to display using the new trace support. We can map all the columns correctly as required but the tracing requires frame.meta.preferredVisualisationType = 'trace' which cannot be configured in the UI

What you expected to happen:
Allow traces as an option to be displayed.

How to reproduce it (as minimally and precisely as possible):

Example trace creation from data explorer.

OTELTrace
| take 10
| project traceID = env_dt_traceId, spanID = env_dt_spanId, parentSpanID = parentId, serviceName = env_name, serviceTags = "", startTime = PreciseTimeStamp, duration = PreciseTimeStamp - startTime

Screenshots

Anything else we need to know?:

Environment:

  • Grafana version: 9.3.2.2
  • Plugin version: 4.1.10
  • OS Grafana is installed on: Azure Managed Grafana
  • User OS & Browser:
  • Others:
@vidommet vidommet added datasource/ADX type/bug Something isn't working labels Jan 28, 2023
@asimpson
Copy link
Contributor

asimpson commented Feb 3, 2023

Hi! Tracing is supported for the plugins listed on that page. We'll definitely take this as something to consider implementing in the future for ADX.

@AdallomRoy
Copy link

AdallomRoy commented Feb 8, 2024

Is it because the plugin is missing something or because in Grafana the visualization of traces is limited to specific plugins?

@yarashagarwal
Copy link

This is a much needed feature!

@aangelisc
Copy link
Contributor

Trace support was added in #594 😊

@aangelisc aangelisc added enhancement New feature or request and removed type/bug Something isn't working labels Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

5 participants