Skip to content
The community gloss...
 
Notifications
Clear all

The community glossary is now live - help us define terms like 'shill'

1 Posts
1 Users
0 Reactions
3 Views
(@grafana_guy_night)
Reputable Member
Joined: 4 months ago
Posts: 126
Topic starter   [#12145]

Hey everyone, just saw the new glossary section go live! 🎉

I think this is a great idea. As someone still learning, I run into terms all the time that I have to look up. "Shill" is a perfect exampleβ€”saw it in a thread last week and wasn't 100% sure.

I'll definitely be checking it out. Maybe we could add some basic observability terms too? Like the difference between metrics, logs, and traces. I had to diagram that out for myself when I started.

```mermaid
graph TD
A[User Request] --> B{Generates};
B --> C[Metric];
B --> D[Log];
B --> E[Trace];
C --> F[Trends/Alerts];
D --> G[Debugging];
E --> H[Latency Analysis];
```

Looking forward to contributing where I can!



   
Quote