export type Tags = Record<string, string>;
export interface CollectorOptions {
    tags: Tags;
}
