adam12 changed the topic of #ruby to: Ruby 3.3.1, 3.2.4, 3.1.5 https://www.ruby-lang.org | Logs https://libera.irclog.whitequark.org/ruby
srbaker has quit [Ping timeout: 240 seconds]
xdminsy has quit [Ping timeout: 246 seconds]
xdminsy has joined #ruby
cappy has joined #ruby
DigitalCheese has quit [Ping timeout: 260 seconds]
johnjaye has quit [Ping timeout: 260 seconds]
fercell_ has joined #ruby
fercell has quit [Ping timeout: 272 seconds]
cappy has quit [Quit: Leaving]
brokkoli_origina has quit [Ping timeout: 268 seconds]
brokkoli_origina has joined #ruby
eddof13 has joined #ruby
eddof13 has quit [Client Quit]
konsolebox has joined #ruby
konsolebox_ has joined #ruby
konsolebox has quit [Ping timeout: 260 seconds]
Req has joined #ruby
Linux_Kerio has joined #ruby
Req has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
dalan03822833508 has joined #ruby
Furai has quit [Quit: WeeChat 4.2.2]
hwpplayer1 has joined #ruby
Furai has joined #ruby
grenierm has joined #ruby
CrazyEddy has joined #ruby
CrazyEddy has quit [Ping timeout: 252 seconds]
CrazyEddy has joined #ruby
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ruby
mange has quit [Quit: Quittin' time!]
hwpplayer1 has quit [Quit: bye]
Linux_Kerio has quit [Ping timeout: 264 seconds]
xdminsy has quit [Quit: Konversation terminated!]
xdminsy has joined #ruby
jaredce has joined #ruby
cappy has joined #ruby
user71 has joined #ruby
jaredce has quit [Ping timeout: 260 seconds]
dalan03822833508 has quit [Ping timeout: 268 seconds]
grenierm has quit [Ping timeout: 250 seconds]
srbaker has joined #ruby
jaredce has joined #ruby
a7ol has joined #ruby
jaredce has quit [Ping timeout: 252 seconds]
jaredce has joined #ruby
jaredce has quit [Ping timeout: 268 seconds]
deriamis has quit [Quit: ZNC - https://znc.in]
deriamis has joined #ruby
dannyAAM has quit [Quit: Will be back soon!]
dannyAAM has joined #ruby
Guest82 has joined #ruby
<Guest82> hello
<konsolebox_> Guest82: Hello. If you questions, just ask.
<Guest82> I have a question, but it is not on the topic of the channel. Where can I find friends in the Ruby community?
<konsolebox_> Guest82: Try Discord
BayouGuru67 has joined #ruby
BayouGuru has quit [Ping timeout: 252 seconds]
ghostbuster has quit [Ping timeout: 256 seconds]
ghostbuster has joined #ruby
jaredce has joined #ruby
jaredce has quit [Ping timeout: 255 seconds]
user71 has quit [Quit: Leaving]
MomosOrDeath57 has joined #ruby
MomosOrDeath5 has quit [Ping timeout: 268 seconds]
MomosOrDeath57 is now known as MomosOrDeath5
Guest82 has quit [Quit: Client closed]
a7ol has quit [Quit: quit]
jaredce has joined #ruby
desnudopenguino has quit [Ping timeout: 252 seconds]
jaredce has quit [Ping timeout: 240 seconds]
BayouGuru67 has quit [Quit: Quitting...Bye!]
BayouGuru has joined #ruby
jaredce has joined #ruby
konsolebox_ has quit [Read error: Connection reset by peer]
jaredce has quit [Ping timeout: 256 seconds]
jaredce has joined #ruby
konsolebox has joined #ruby
jaredce has quit [Ping timeout: 272 seconds]
jaredce has joined #ruby
jaredce has quit [Ping timeout: 252 seconds]
jaredce has joined #ruby
MalusVulgaris has joined #ruby
Linux_Kerio has joined #ruby
MalusVulgaris has quit [Client Quit]
jaredce has quit [Ping timeout: 260 seconds]
Linux_Kerio has quit [Ping timeout: 260 seconds]
MomosOrDeath5 has quit [Ping timeout: 256 seconds]
jaredce has joined #ruby
donofrio has joined #ruby
donofrio_ has joined #ruby
donofrio has quit [Ping timeout: 255 seconds]
cappy has quit [Quit: Leaving]
BayouGuru has quit [Quit: Quitting...Bye!]
kapil has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in]
kapil has joined #ruby
ultralan has joined #ruby
ultralan has quit [Remote host closed the connection]
sagax has quit [Ping timeout: 256 seconds]
matoro has quit [Read error: Connection reset by peer]
matoro has joined #ruby
desnudopenguino has joined #ruby
CrazyEddy has quit [Quit: Reconnecting]
eam has quit [Ping timeout: 256 seconds]
eam has joined #ruby
user71 has joined #ruby
eddof13 has joined #ruby
desnudopenguino1 has joined #ruby
desnudopenguino has quit [Ping timeout: 268 seconds]
desnudopenguino1 is now known as desnudopenguino
jaredce has quit [Ping timeout: 252 seconds]
jaredce has joined #ruby
eddof13 has quit [Quit: eddof13]
nickname123 has joined #ruby
<nickname123> matoro
<nickname123> ruby[bot]
<nickname123> sldlkds
<nickname123> slsdls
<nickname123> s
<nickname123> s
<nickname123> s
<nickname123> s
<nickname123> s
<nickname123> s
<nickname123> s
<nickname123> s
<nickname123> s
<nickname123> ss
<nickname123> s
<nickname123> ss
<nickname123> s
<nickname123> s
<nickname123> s
<nickname123> s
<nickname123> love ruby
nickname123 has quit [Client Quit]
eddof13 has joined #ruby
sagax has joined #ruby
TomyWork has joined #ruby
<TomyWork> I have a tiny sinatra app. I want to expose some metrics about the web server, failed requests and such, to prometheus. is there anything that does that for me without a lot of setup?
<rapha> what in the ... ?
eddof13 has quit [Quit: eddof13]
eddof13 has joined #ruby
jaredce has quit [Ping timeout: 252 seconds]
dviola has joined #ruby
<havenwood> TomyWork: I've not personally used prometheus, but my first thought was Rack middleware. It looks like there may be some options along that front. https://github.com/prometheus/client_ruby?tab=readme-ov-file#rack-middleware
rvalue has quit [Read error: Connection reset by peer]
<havenwood> Middleware can be a nice way to keep your Sinatra app tiny.
rvalue has joined #ruby
<TomyWork> i just run the app with ./app.rb, so idk how to add a middleware
<TomyWork> but i'll figure it out
<adam12> TomyWork: `use <some middleware class` essentially, if you're using the classic Sinatra style app
<adam12> Middleware is the right solution likely. I think Prometheus will scrape an HTTP endpoint so you'll need the metrics in the interface suitable for that.
CrazyEddy has joined #ruby
TomyWork has quit [Remote host closed the connection]
___nick___ has joined #ruby
gsg has quit [Remote host closed the connection]
gsg has joined #ruby
mkoncek has quit [Ping timeout: 246 seconds]
[0x1eef] has quit [Quit: Rebooting a new world]
[0x1eef] has joined #ruby
BayouGuru has joined #ruby
havenwood has quit [Quit: The Lounge - https://thelounge.chat]
havenwood has joined #ruby
brw has quit [Quit: The Lounge - https://thelounge.chat]
brw has joined #ruby
brw has quit [Remote host closed the connection]
brw has joined #ruby
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
brw has quit [Remote host closed the connection]
brw has joined #ruby
konsolebox has quit [Quit: .]
brw has quit [Quit: The Lounge - https://thelounge.chat]
brw has joined #ruby
konsolebox has joined #ruby
eddof13 has quit [Ping timeout: 268 seconds]
brw has quit [Remote host closed the connection]
brw has joined #ruby
brw has quit [Remote host closed the connection]
brw has joined #ruby
user71 has quit [Quit: Leaving]
cappy has joined #ruby
konsolebox has quit [Quit: .]
desnudopenguino has quit [Ping timeout: 264 seconds]
donofrio__ has joined #ruby
donofrio_ has quit [Ping timeout: 268 seconds]
desnudopenguino has joined #ruby
passbe has quit [Ping timeout: 255 seconds]
passbe has joined #ruby
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
a7ol has joined #ruby
ollysmith has quit [Ping timeout: 255 seconds]
ollysmith has joined #ruby
orbyt_v10 has joined #ruby
a7ol has quit [Quit: quit]
sadome has joined #ruby
sadome has quit [Excess Flood]
donofrio__ has quit [Read error: Connection reset by peer]
donofrio__ has joined #ruby
BayouGuru has quit [Quit: Quitting...Bye!]