Skip to content

Commit

Permalink
Merge pull request #34 from intergral/metrics_traces
Browse files Browse the repository at this point in the history
feat(create): add support for creating tracepoints with span and metrics
  • Loading branch information
Umaaz authored Feb 14, 2024
2 parents 5b61a6c + c2aad26 commit b99ee95
Show file tree
Hide file tree
Showing 5 changed files with 506 additions and 234 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,13 @@
"dependencies": {
"@emotion/css": "^11.11.2",
"@grafana/data": "10.2.3",
"@grafana/experimental": "^1.7.10",
"@grafana/runtime": "10.2.3",
"@grafana/ui": "10.2.3",
"prismjs": "^1.29.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"slate": "0.47.9"
"slate": "0.47.9",
"uuid": "^9.0.1"
}
}
Loading

0 comments on commit b99ee95

Please sign in to comment.