This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Script to export TempoDB data. | |
# Relies on TempoDB python client v1.0: https://github.com/tempodb/tempodb-python/tree/v1.0 | |
import datetime | |
import os | |
import re | |
import json | |
import uuid | |
from tempodb.client import Client |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Script to export TempoDB data. | |
# Relies on TempoDB python client v1.0: https://github.com/tempodb/tempodb-python/tree/v1.0 | |
import datetime | |
import os | |
import re | |
import json | |
import uuid | |
from tempodb.client import Client |