This file contains hidden or 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
""" | |
Prometheus server counting download size from THREDDS logs. | |
D. Huard, 2023 | |
""" | |
import re | |
from pathlib import Path | |
import itertools | |
import pandas as pd | |
from prometheus_client import Counter |