[[observability-spans]] === Observability - Spans Below you can find a list of all spans declared by this project. [[observability-spans-environment-repository]] ==== Environment Repository Span > Observation created around an EnvironmentRepository. **Span name** `spring.cloud.config.environment.find` (defined by convention class `org.springframework.cloud.config.server.environment.ObservationEnvironmentRepositoryObservationConvention`). Fully qualified name of the enclosing class `org.springframework.cloud.config.server.environment.DocumentedConfigObservation`. IMPORTANT: All tags must be prefixed with `spring.cloud.config.environment` prefix! .Tag Keys |=== |Name | Description |`spring.cloud.config.environment.application` _(required)_|Application name for which properties are being queried for. |`spring.cloud.config.environment.class` _(required)_|Implementation of the EnvironmentRepository. |`spring.cloud.config.environment.label` _(required)_|Label for which properties are being queried for. |`spring.cloud.config.environment.profile` _(required)_|Application name for which properties are being queried for. |===