Questions tagged [tempo]

Tempo is a tiny JSON rendering engine that enables you to craft data templates in pure HTML.

Why use Tempo?

  1. Clear separation of concerns: no HTML in your JavaScript files, and no JavaScript in your HTML
  2. It makes working with AJAX/JSON content a piece of cake
  3. Works in Safari, Chrome, FireFox, Opera, and Internet Explorer 6+.

For more info click here

67 questions
1
vote
2 answers

Possible to Log work with REST and Tempo?

Working on a small multi-platform python program for displaying issues assigned to the user whom logs into this application and gives that user the ability to log work against that issue. The server we're using has Tempo and that seems to be the way…
David Brewer
  • 1,864
  • 8
  • 25
  • 37
1
vote
1 answer

Tempo js - Rendering an array of strings or simple objects, referring to "this" in the template

Just getting started with Tempo javascript templating engine. In all examples in the documentation, the collection you are iterating over is an array of objects or arrays, and in the templates you refer to property names (i.e. {{name}}) or array…
Todd Menier
  • 37,557
  • 17
  • 150
  • 173
0
votes
3 answers

MP3 playback with dynamic tempo adjustment

I need to whip up a quickie app, something quick and dirty, on windows that lets a user control the tempo of a playing mp3 file with a slider. Any recommendations on libraries/programming languages/controls that can make this easy? I don't have…
srboisvert
  • 12,679
  • 15
  • 63
  • 87
0
votes
2 answers

Save Result As At

How can I save the output result of the at command to a TXT file as a logger? What I tried was... echo "command" | at now + 1 hour>file.txt more unfortunately he did not save the result. I would just like to save the results that the at command…
Luana
  • 3
  • 2
0
votes
0 answers

Grafana tempo: docker container exits with error, but logs are clean

I am running some experiments with spring boot and grafana tempo in my local machine. (Note: I am using this github repo, and had to make some changes in tempo-config.yaml, like removing some fields no more supported by tempo, and picking latest…
Mandroid
  • 6,200
  • 12
  • 64
  • 134
0
votes
1 answer

Upgrade to spring boot 3.1 breaks my otel exporter

After upgrading from spring boot 2.7.10 (using sleuth) to 3.1 (micrometer-tracing) I updated my otel exporter config…
Jonathan Chevalier
  • 993
  • 1
  • 9
  • 18
0
votes
0 answers

TraceQL query to find traces containing one span but not another

I'm trying to find "broken" traces where one span was reported but another one wasn't. I've found a workaround, but it is quite ugly and I think it should be possible to do in a nicer and more robust way: { name =~ "start|finish" } || { name =…
Cyberwiz
  • 11,027
  • 3
  • 20
  • 40
0
votes
1 answer

Why do my grafana tempo ingester pods go into Backoff restarting state after max_block_duration?

I am using grafana-tempo distributed helm chart. It is successfully deployed and its backend is configured on Azure Storage (blob containers) and working fine. I have a demo application which is sending traces to grafana-tempo. I can confirm I'm…
0
votes
0 answers

Grafana Tempo is not able to connect with Azure Container Storage Backend

I am using grafana-tempo helm chart and want to set up its backend with azure container storage. I have a client environment where the k8s cluster is running and they have some policy restrictions as they have set up Kyverno in the backend. I'm…
0
votes
0 answers

Tempo App (jira), Anybody found a way to get all the planned time per customer per month using the API in Python?

Within Jira we are using the app 'Tempo' to plan our time. It works fine in the webinterface when I group the planning per account. But I need to get this info in a pandas dataframe : I need to get an overview of the hours, per month for an account…
Philippe
  • 707
  • 1
  • 5
  • 9
0
votes
0 answers

Telemetry with gunicorn python application

I have a python application that I deploy with docker-compose. All of my microservices are launched using gunicorn. I want to set up a traces panel in Grafana so I can see what happens inside my application. Besides, I would like not to modify my…
0
votes
0 answers

how to setup openTelemetry tracing with Grafana Tempo

I have the following scenario: 2 Services (client) running in one location that also make calls to one central backend not in the same location. The latency to this backend is not very good since the physical distance is very large. I have now…
0
votes
1 answer

grafana tempo sigv4 support for prometheus backend?

Can grafana tempo backend sign (sigv4) it's request that it sends to aws prometheus (AMP)? metrics_generator: registry: external_labels: source: tempo cluster: example storage: path: /tmp/tempo/generator/wal …
Markus
  • 2,998
  • 1
  • 21
  • 28
0
votes
1 answer

Connecting jira to redash

Has anyone an experience in connecting jira into redash? I've found the instruction on redash website, and finely connected to my jira account, but i want to do something like tempo report (in jira) in redash, with user filters to make reports for…
Dmitri
  • 11
  • 2
0
votes
1 answer

Jira Tempo users are pseudonymised

I am trying to obtain the worklogs using the Jira Tempo REST API. The server I am working with is an on-premises one. The data extraction is straightforward with one exception: some users are renamed from john.doe to JIRAUSER12345. I could not find…
DVA
  • 33
  • 5