Skip to content

Instantly share code, notes, and snippets.

View gohackfelipe's full-sized avatar
🇧🇷

Felipe Ribeiro gohackfelipe

🇧🇷
  • Rio de Janeiro, Brazil
  • 08:54 (UTC -03:00)
View GitHub Profile
@Lowess
Lowess / DatabricksPushgatewayExporter.py
Last active December 13, 2024 07:21
Databricks Prometheus Integration
import os
import threading
import urllib.request
import logging
from time import sleep
__author__ = "Florian Dambrine <[email protected]>"
class DatabricksPushgatewayExporter:
"""