Skip to content

Commit 2161d7c

Browse files
authored
Merge pull request #291 from finos/feat/otel-foundation
feat(observability): consolidate metrics onto OpenTelemetry
2 parents e08233a + b9ff6cd commit 2161d7c

62 files changed

Lines changed: 6667 additions & 2686 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,10 @@ health/
269269
*.metrics
270270
metrics.json
271271
metrics.prom
272+
# Re-include source packages named metrics/ that are tracked in version control.
273+
# Git cannot un-ignore files inside an ignored directory; must un-ignore the directory.
274+
!src/orb/providers/base/metrics
275+
!tests/unit/providers/base/metrics
272276

273277
# Visualise directories
274278
visualise/test/

0 commit comments

Comments
 (0)