Skip to content

Commit fe2376c

Browse files
committed
metadata
Signed-off-by: Oliver Edelmann <[email protected]>
1 parent 6e75c61 commit fe2376c

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

whitepaper.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ See [the contributing section](#contributing) on proposing changes to this paper
3838
* [Standardized query layer](#standardized-query-layer)
3939
* [More Observability Databases in OSS](#more-observability-databases-in-oss)
4040
* [Monitoring for Streaming APIs](#monitoring-for-streaming-apis)
41+
* [In practice](#in-practice)
42+
* [Common source of useful metadata](#common-source-of-useful-metadata)
4143
* [References](#references)
4244
* [Contributors](#contributors)
4345
* [Contributing](#contributing)
@@ -492,6 +494,19 @@ There are a few very well-known monitoring methodologies today. For example, the
492494

493495
Unfortunately, both methodologies are hard to implement for Streaming APIs. With the popularization of streaming Remote Procedure Calls (RPC), e.g. gRPC, we must develop a new or updated methodology and tools to monitor those.
494496

497+
## In practice
498+
499+
### Common source of useful metadata
500+
501+
The main source of metadata are dimensions in metrics, span tags in traces and so on in your observability stack. Additional to the metadata in your observability signals, other metadata become important when you work in bigger distributed applications.
502+
503+
Think about a bigger web shop, there might be a team providing services for customer data, an other team providing services for stock allocation and so on. You might even depend on some external services for billing.
504+
505+
In order to quickly respond to any problem you need the contact data for each service.
506+
Or you found a problem in a container image and you want to inform the other teams that use the same image.
507+
508+
In practice a common source of metadata is important to store additional metadata like support contacts, links to knowledged bases and more. Tools like [backstage](https://backstage.io/) are helpful to collect the metadata from different source and make easy them accessible.
509+
495510
## References
496511

497512
1. HARTMANN, Richard. Talk given at Fosdem (Brussels), Feb 2019. Available at: https://archive.fosdem.org/2019/schedule/event/on_observability_2019/. Accessed on: June 24, 2021.
@@ -533,6 +548,7 @@ From the first words written until its completion, this whitepaper was a communi
533548
* [Matt Young](https://github.com/halcyondude)
534549
* [Michael Hausenblas](https://github.com/mhausenblas)
535550
* [Nicolas Takashi](https://github.com/nicolastakashi)
551+
* [Oliver Edelmann][Oliver Edelmann]
536552
* [Rafael Natali](https://github.com/rafaelmnatali)
537553
* [Richard Anton](https://github.com/ranton256)
538554
* [RichiH "RichiH" Hartmann](https://github.com/RichiH)
@@ -546,6 +562,37 @@ From the first words written until its completion, this whitepaper was a communi
546562
* [Wiard van Rjj](https://github.com/wiardvanrij)
547563

548564
Thanks, all of you!
565+
<!-- Please add other contributors here -->
566+
[Alex Jones]: https://github.com/AlexsJones
567+
[Arthur Silva Sens]: https://github.com/ArthurSens
568+
[Bartłomiej Płotka]: https://github.com/bwplotka
569+
[Charles Pretzer]: https://github.com/cpretzer
570+
[Daniel Khan]: https://github.com/danielkhan
571+
[David Grizzanti]: https://github.com/dgrizzanti
572+
[Debashish Ghatak]: https://github.com/wallydrag
573+
[Dominic Finn]: https://github.com/dofinn
574+
[Frederic Branczyk]: https://github.com/brancz
575+
[Gibbs Cullen]: https://github.com/gibbscullen
576+
[Jason Morgan]: https://github.com/wmorgan
577+
[Jonah Kowall]: https://github.com/jkowall
578+
[Juraci Paixão Kröhling]: https://github.com/jpkrohling
579+
[Ken Finnigan]: https://github.com/kenfinnigan
580+
[Krisztian Fekete]: @
581+
[Liz Fong-Jones]: https://github.com/lizthegrey
582+
[Matt Young]: https://github.com/halcyondude
583+
[Michael Hausenblas]: https://github.com/mhausenblas
584+
[Rafael Natali]: https://github.com/rafaelmnatali
585+
[Richard Anton]: @
586+
[RichiH Hartmann]: https://github.com/RichiH
587+
[Rob Skillington]: https://github.com/robskillington
588+
[Ryan Perry]: https://github.com/Rperry2174
589+
[Shelby Spees]: https://github.com/shelbyspees
590+
[Shobhit Srivastava]: https://github.com/SinisterLight
591+
[Simone Ferlin]: https://github.com/sferlin
592+
[Tim Tischler]: @
593+
[Wiard van Rjj]: https://github.com/wiardvanrij
594+
[Oliver Edelmann]: https://github.com/Olli73773
595+
549596

550597
## Contributing
551598

0 commit comments

Comments
 (0)