Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
odigos / etc / odigos-vmagent / instrumentations / python / initializer / sampling_operators.py
Size: Mime:
from enum import Enum

class SamplingOperators(str, Enum):
    EQUALS = "equals"
    NOT_EQUALS = "notEquals"
    END_WITH = "endWith"
    START_WITH = "startWith"