Interface Trace.EnvironmentStage

All Known Implementing Classes:
Trace.Builder
Enclosing class:
Trace

public static interface Trace.EnvironmentStage
  • Method Summary

    Modifier and Type
    Method
    Description
    environment(String environment)
    The environment from which this trace originated.
  • Method Details

    • environment

      Trace._FinalStage environment(@NotNull String environment)

      The environment from which this trace originated. Can be any lowercase alphanumeric string with hyphens and underscores that does not start with 'langfuse'.